#CC64EB

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

Shades of Heliotrope #CC64EB

Tints of Heliotrope #CC64EB

Color information

#CC64EB (or 0xCC64EB) is unknown color: approx Heliotrope. HEX triplet: CC, 64 and EB. RGB value is (204,100,235). Sum of RGB (Red+Green+Blue) = 204+100+235=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64EB is #339B14. Grayscale: #929292. Windows color (decimal): -3382037 or 15426764. OLE color: 15426764.

HSL color Cylindrical-coordinate representation of color #CC64EB: hue angle of 286.22º degrees, saturation: 0.77, 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 #CC64EB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204100235-
CMYK0.130.5700.08
HSL286.22º77.14%65.69%-
HSV(B)286.22º57.45%92.16%-
XYZ44.4527.9581.65-
YUV146.49177.96169.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 100 (39.45% from 255) = 18.55%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=37.85%
G=18.55%
B=43.60%

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
Decimal2041002350.130.5700.08286.2277.1465.69
HexCC64EBD390811e4d42
Octal3141443531571010436115102
Binary1100110011001001110101111011110010100010001111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64EB; }

 p { color: rgb(204,100,235); }

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

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

 a { background-color: rgb(204,100,235); }

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

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

 span { border-color: rgb(204,100,235); }

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