#cc68ea

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

Shades of Heliotrope #CC68EA

Tints of Heliotrope #CC68EA

Color information

#CC68EA (or 0xCC68EA) is unknown color: approx Heliotrope. HEX triplet: CC, 68 and EA. RGB value is (204,104,234). Sum of RGB (Red+Green+Blue) = 204+104+234=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EA is #339715. Grayscale: #949494. Windows color (decimal): -3381014 or 15362252. OLE color: 15362252.

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

Color convert

RGB204104234-
CMYK0.130.5600.08
HSL286.15º75.58%66.27%-
HSV(B)286.15º55.56%91.76%-
XYZ44.728.6881.02-
YUV148.72176.13167.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=37.64%
G=19.19%
B=43.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041042340.130.5600.08286.1575.5866.27
HexCC68EAD380811e4c42
Octal3141503521570010436114102
Binary1100110011010001110101011011110000100010001111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc68ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc68ea; }

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

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

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

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

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

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

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

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