Html Css Color HEX #CC66EC Heliotrope

📋 copy color: '#CC66EC'

red 204 ◦ green 102 ◦ blue 236

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

Shades of Heliotrope #CC66EC

Tints of Heliotrope #CC66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.82%

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

R = 37.64%
G = 18.82%
B = 43.54%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC66EC (or 0xCC66EC) is known color: Heliotrope. HEX triplet: CC, 66 and EC. RGB value is (204,102,236). Sum of RGB (Red+Green+Blue) = 204+102+236=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66EC is #339913. Grayscale: #939393. Windows color (decimal): -3381524 or 15492812. OLE color: 15492812.

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

Color convert

RGB 204 102 236 -
CMYK 0.14 0.57 0 0.07
HSL 285.67º 0.78% 0.66% -
HSV(B) 285.67º 0.57% 0.93% -
XYZ 44.79 28.4 82.48 -
YUV 147.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 204 102 236 0.14 0.57 0 0.07 285.67 0.78 0.66
Hex CC 66 EC E 39 0 7 11E 4E 42
Octal 314 146 354 16 71 0 7 436 116 102
Binary 11001100 1100110 11101100 1110 111001 0 111 100011110 1001110 1000010

Color Harmonies of #CC66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66EC

Black with #CC66EC

Text Example


Text Example

White with #CC66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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