Html Css Color HEX #CC66EE Heliotrope

📋 copy color: '#CC66EE'

red 204 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #CC66EE

Tints of Heliotrope #CC66EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 37.5%
G = 18.75%
B = 43.75%

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

#CC66EE (or 0xCC66EE) is known color: Heliotrope. HEX triplet: CC, 66 and EE. RGB value is (204,102,238). Sum of RGB (Red+Green+Blue) = 204+102+238=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66EE is #339911. Grayscale: #939393. Windows color (decimal): -3381522 or 15623884. OLE color: 15623884.

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

Color convert

RGB 204 102 238 -
CMYK 0.14 0.57 0 0.07
HSL 285º 0.8% 0.67% -
HSV(B) 285º 0.57% 0.93% -
XYZ 45.09 28.51 84.02 -
YUV 148 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 204 102 238 0.14 0.57 0 0.07 285 0.8 0.67
Hex CC 66 EE E 39 0 7 11D 50 43
Octal 314 146 356 16 71 0 7 435 120 103
Binary 11001100 1100110 11101110 1110 111001 0 111 100011101 1010000 1000011

Color Harmonies of #CC66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66EE

Black with #CC66EE

Text Example


Text Example

White with #CC66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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