#CC8EFF

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

Shades of Heliotrope #CC8EFF

Tints of Heliotrope #CC8EFF

Color information

#CC8EFF (or 0xCC8EFF) is unknown color: approx Heliotrope. HEX triplet: CC, 8E and FF. RGB value is (204,142,255). Sum of RGB (Red+Green+Blue) = 204+142+255=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EFF is #337100. Grayscale: #ADADAD. Windows color (decimal): -3371265 or 16748236. OLE color: 16748236.

HSL color Cylindrical-coordinate representation of color #CC8EFF: hue angle of 272.92º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8EFF is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204142255-
CMYK0.20.4400
HSL272.92º100%77.84%-
HSV(B)272.92º44.31%100%-
XYZ52.6239.499.44-
YUV173.42174.04149.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 142 (55.86% from 255) = 23.63%
BLUE value IS 255 (100% from 255) = 42.43%
R=33.94%
G=23.63%
B=42.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041422550.20.4400272.9210077.84
HexCC8EFF142C00111644e
Octal314216377245400421144116
Binary110011001000111011111111101001011000010001000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EFF; }

 p { color: rgb(204,142,255); }

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

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

 a { background-color: rgb(204,142,255); }

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

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

 span { border-color: rgb(204,142,255); }

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