#CC8FFF

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

Shades of Heliotrope #CC8FFF

Tints of Heliotrope #CC8FFF

Color information

#CC8FFF (or 0xCC8FFF) is unknown color: approx Heliotrope. HEX triplet: CC, 8F and FF. RGB value is (204,143,255). Sum of RGB (Red+Green+Blue) = 204+143+255=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFF is #337000. Grayscale: #ADADAD. Windows color (decimal): -3371009 or 16748492. OLE color: 16748492.

HSL color Cylindrical-coordinate representation of color #CC8FFF: hue angle of 272.68º 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 #CC8FFF is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204143255-
CMYK0.20.4400
HSL272.68º100%78.04%-
HSV(B)272.68º43.92%100%-
XYZ52.7739.799.49-
YUV174.01173.71149.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 143 (56.25% from 255) = 23.75%
BLUE value IS 255 (100% from 255) = 42.36%
R=33.89%
G=23.75%
B=42.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041432550.20.4400272.6810078.04
HexCC8FFF142C00111644e
Octal314217377245400421144116
Binary110011001000111111111111101001011000010001000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FFF; }

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

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

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

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

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

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

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

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