Html Css Color HEX #CC6CEC Heliotrope

📋 copy color: '#CC6CEC'

red 204 ◦ green 108 ◦ blue 236

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

Shades of Heliotrope #CC6CEC

Tints of Heliotrope #CC6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

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

R = 37.23%
G = 19.71%
B = 43.07%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC6CEC (or 0xCC6CEC) is known color: Heliotrope. HEX triplet: CC, 6C and EC. RGB value is (204,108,236). Sum of RGB (Red+Green+Blue) = 204+108+236=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CEC is #339313. Grayscale: #969696. Windows color (decimal): -3379988 or 15494348. OLE color: 15494348.

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

Color convert

RGB 204 108 236 -
CMYK 0.14 0.54 0 0.07
HSL 285º 0.77% 0.67% -
HSV(B) 285º 0.54% 0.93% -
XYZ 45.4 29.62 82.68 -
YUV 151.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 204 108 236 0.14 0.54 0 0.07 285 0.77 0.67
Hex CC 6C EC E 36 0 7 11D 4D 43
Octal 314 154 354 16 66 0 7 435 115 103
Binary 11001100 1101100 11101100 1110 110110 0 111 100011101 1001101 1000011

Color Harmonies of #CC6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CEC

Black with #CC6CEC

Text Example


Text Example

White with #CC6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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