#CC8AFF

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

Shades of Heliotrope #CC8AFF

Tints of Heliotrope #CC8AFF

Color information

#CC8AFF (or 0xCC8AFF) is unknown color: approx Heliotrope. HEX triplet: CC, 8A and FF. RGB value is (204,138,255). Sum of RGB (Red+Green+Blue) = 204+138+255=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AFF is #337500. Grayscale: #AAAAAA. Windows color (decimal): -3372289 or 16747212. OLE color: 16747212.

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

Color convert

RGB204138255-
CMYK0.20.4600
HSL273.85º100%77.06%-
HSV(B)273.85º45.88%100%-
XYZ52.0438.2399.24-
YUV171.07175.37151.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 138 (54.30% from 255) = 23.12%
BLUE value IS 255 (100% from 255) = 42.71%
R=34.17%
G=23.12%
B=42.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041382550.20.4600273.8510077.06
HexCC8AFF142E00112644d
Octal314212377245600422144115
Binary110011001000101011111111101001011100010001001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AFF; }

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

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

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

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

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

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

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

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