#CC65EA

Color #CC65EA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CC65EA

Tints of Heliotrope #CC65EA

Color information

#CC65EA (or 0xCC65EA) is unknown color: approx Heliotrope. HEX triplet: CC, 65 and EA. RGB value is (204,101,234). Sum of RGB (Red+Green+Blue) = 204+101+234=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65EA is #339A15. Grayscale: #929292. Windows color (decimal): -3381782 or 15361484. OLE color: 15361484.

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

Color convert

RGB204101234-
CMYK0.130.5700.08
HSL286.47º76%65.69%-
HSV(B)286.47º56.84%91.76%-
XYZ44.4128.0980.92-
YUV146.96177.12168.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 101 (39.84% from 255) = 18.74%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=37.85%
G=18.74%
B=43.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041012340.130.5700.08286.477665.69
HexCC65EAD390811e4c42
Octal3141453521571010436114102
Binary1100110011001011110101011011110010100010001111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65EA; }

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

 H1.HeaderClassName
 {
   color: #CC65EA;
 }
 .AnyTagClassName
 {
   color: #CC65EA;
 }
</style>
background-color css

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

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

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

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

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

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