#CC68E8

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

Shades of Heliotrope #CC68E8

Tints of Heliotrope #CC68E8

Color information

#CC68E8 (or 0xCC68E8) is unknown color: approx Heliotrope. HEX triplet: CC, 68 and E8. RGB value is (204,104,232). Sum of RGB (Red+Green+Blue) = 204+104+232=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68E8 is #339717. Grayscale: #949494. Windows color (decimal): -3381016 or 15231180. OLE color: 15231180.

HSL color Cylindrical-coordinate representation of color #CC68E8: hue angle of 286.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC68E8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204104232-
CMYK0.120.5500.09
HSL286.88º73.56%65.88%-
HSV(B)286.88º55.17%90.98%-
XYZ44.4228.5679.52-
YUV148.49175.13167.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 104 (41.02% from 255) = 19.26%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=37.78%
G=19.26%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041042320.120.5500.09286.8873.5665.88
HexCC68E8C370911f4a42
Octal3141503501467011437112102
Binary1100110011010001110100011001101110100110001111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC68E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC68E8; }

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

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

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

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

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

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

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

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