Html Css Color HEX #CC66EA Heliotrope

📋 copy color: '#CC66EA'

red 204 ◦ green 102 ◦ blue 234

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

Shades of Heliotrope #CC66EA

Tints of Heliotrope #CC66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 37.78%
G = 18.89%
B = 43.33%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC66EA (or 0xCC66EA) is known color: Heliotrope. HEX triplet: CC, 66 and EA. RGB value is (204,102,234). Sum of RGB (Red+Green+Blue) = 204+102+234=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66EA is #339915. Grayscale: #939393. Windows color (decimal): -3381526 or 15361740. OLE color: 15361740.

HSL color Cylindrical-coordinate representation of color #CC66EA: hue angle of 286.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC66EA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 102 234 -
CMYK 0.13 0.56 0 0.08
HSL 286.36º 0.76% 0.66% -
HSV(B) 286.36º 0.56% 0.92% -
XYZ 44.5 28.28 80.95 -
YUV 147.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 204 102 234 0.13 0.56 0 0.08 286.36 0.76 0.66
Hex CC 66 EA D 38 0 8 11E 4C 42
Octal 314 146 352 15 70 0 10 436 114 102
Binary 11001100 1100110 11101010 1101 111000 0 1000 100011110 1001100 1000010

Color Harmonies of #CC66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66EA

Black with #CC66EA

Text Example


Text Example

White with #CC66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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