#CC81F5

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

Shades of Heliotrope #CC81F5

Tints of Heliotrope #CC81F5

Color information

#CC81F5 (or 0xCC81F5) is unknown color: approx Heliotrope. HEX triplet: CC, 81 and F5. RGB value is (204,129,245). Sum of RGB (Red+Green+Blue) = 204+129+245=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC81F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81F5 is #337E0A. Grayscale: #A4A4A4. Windows color (decimal): -3374603 or 16089548. OLE color: 16089548.

HSL color Cylindrical-coordinate representation of color #CC81F5: hue angle of 278.79º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC81F5 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204129245-
CMYK0.170.4700.04
HSL278.79º85.29%73.33%-
HSV(B)278.79º47.35%96.08%-
XYZ49.2335.1390.57-
YUV164.65173.35156.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 245 (96.09% from 255) = 42.39%
R=35.29%
G=22.32%
B=42.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041292450.170.4700.04278.7985.2973.33
HexCC81F5112F041175549
Octal314201365215704427125111
Binary11001100100000011111010110001101111010010001011110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81F5; }

 p { color: rgb(204,129,245); }

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

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

 a { background-color: rgb(204,129,245); }

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

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

 span { border-color: rgb(204,129,245); }

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