#CC8AF9

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

Shades of Heliotrope #CC8AF9

Tints of Heliotrope #CC8AF9

Color information

#CC8AF9 (or 0xCC8AF9) is unknown color: approx Heliotrope. HEX triplet: CC, 8A and F9. RGB value is (204,138,249). Sum of RGB (Red+Green+Blue) = 204+138+249=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC8AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AF9 is #337506. Grayscale: #AAAAAA. Windows color (decimal): -3372295 or 16353996. OLE color: 16353996.

HSL color Cylindrical-coordinate representation of color #CC8AF9: hue angle of 275.68º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC8AF9 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204138249-
CMYK0.180.4500.02
HSL275.68º90.24%75.88%-
HSV(B)275.68º44.58%97.65%-
XYZ51.0937.8594.24-
YUV170.39172.37151.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=34.52%
G=23.35%
B=42.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041382490.180.4500.02275.6890.2475.88
HexCC8AF9122D021145a4c
Octal314212371225502424132114
Binary1100110010001010111110011001010110101010001010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AF9; }

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

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

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

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

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

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

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

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