Html Css Color HEX #CC6EEC Heliotrope

📋 copy color: '#CC6EEC'

red 204 ◦ green 110 ◦ blue 236

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

Shades of Heliotrope #CC6EEC

Tints of Heliotrope #CC6EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 37.09%
G = 20%
B = 42.91%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC6EEC (or 0xCC6EEC) is known color: Heliotrope. HEX triplet: CC, 6E and EC. RGB value is (204,110,236). Sum of RGB (Red+Green+Blue) = 204+110+236=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EEC is #339113. Grayscale: #989898. Windows color (decimal): -3379476 or 15494860. OLE color: 15494860.

HSL color Cylindrical-coordinate representation of color #CC6EEC: hue angle of 284.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6EEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 110 236 -
CMYK 0.14 0.53 0 0.07
HSL 284.76º 0.77% 0.68% -
HSV(B) 284.76º 0.53% 0.93% -
XYZ 45.62 30.05 82.75 -
YUV 152.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 204 110 236 0.14 0.53 0 0.07 284.76 0.77 0.68
Hex CC 6E EC E 35 0 7 11D 4D 44
Octal 314 156 354 16 65 0 7 435 115 104
Binary 11001100 1101110 11101100 1110 110101 0 111 100011101 1001101 1000100

Color Harmonies of #CC6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EEC

Black with #CC6EEC

Text Example


Text Example

White with #CC6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EEC; }

 p { color: rgb(204,110,236); }

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

background-color css

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

 a { background-color: rgb(204,110,236); }

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

border-color css

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

 span { border-color: rgb(204,110,236); }

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