Html Css Color HEX #CC2FDA Medium Orchid

📋 copy color: '#CC2FDA'

red 204 ◦ green 47 ◦ blue 218

#CC2FDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC2FDA

Tints of Medium Orchid #CC2FDA

RGB

 RED value IS 204 (80.08% from 255) = 43.5%

 GREEN value IS 47 (18.75% from 255) = 10.02%

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 43.5%
G = 10.02%
B = 46.48%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC2FDA (or 0xCC2FDA) is known color: Medium Orchid. HEX triplet: CC, 2F and DA. RGB value is (204,47,218). Sum of RGB (Red+Green+Blue) = 204+47+218=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FDA is #33D025. Grayscale: #707070. Windows color (decimal): -3395622 or 14299084. OLE color: 14299084.

HSL color Cylindrical-coordinate representation of color #CC2FDA: hue angle of 295.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2FDA is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 47 218 -
CMYK 0.06 0.78 0 0.15
HSL 295.09º 0.7% 0.52% -
HSV(B) 295.09º 0.78% 0.85% -
XYZ 38.57 19.93 68.14 -
YUV 113.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 204 47 218 0.06 0.78 0 0.15 295.09 0.7 0.52
Hex CC 2F DA 6 4E 0 F 127 46 34
Octal 314 57 332 6 116 0 17 447 106 64
Binary 11001100 101111 11011010 110 1001110 0 1111 100100111 1000110 110100

Color Harmonies of #CC2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FDA

Black with #CC2FDA

Text Example


Text Example

White with #CC2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FDA; }

 p { color: rgb(204,47,218); }

 H1.HeaderClassName
 {
   color: #CC2FDA;
 }
 .AnyTagClassName
 {
   color: #CC2FDA;
 }
</style>

background-color css

<style>
 a { background-color: #CC2FDA; }

 a { background-color: rgb(204,47,218); }

 div.DivClassName
 {
   background-color: #CC2FDA;
 }
 .BgClassName
 {
   background-color: #CC2FDA;
 }
</style>

border-color css

<style>
 span { border-color: #CC2FDA; }

 span { border-color: rgb(204,47,218); }

 td.TdClassName
 {
   border-color: #CC2FDA;
 }
 .TagClassName
 {
   border-color: #CC2FDA;
 }
</style>