#CC81F4

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

Shades of Heliotrope #CC81F4

Tints of Heliotrope #CC81F4

Color information

#CC81F4 (or 0xCC81F4) is unknown color: approx Heliotrope. HEX triplet: CC, 81 and F4. RGB value is (204,129,244). Sum of RGB (Red+Green+Blue) = 204+129+244=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC81F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81F4 is #337E0B. Grayscale: #A4A4A4. Windows color (decimal): -3374604 or 16024012. OLE color: 16024012.

HSL color Cylindrical-coordinate representation of color #CC81F4: hue angle of 279.13º degrees, saturation: 0.84, 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 #CC81F4 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204129244-
CMYK0.160.4700.04
HSL279.13º83.94%73.14%-
HSV(B)279.13º47.13%95.69%-
XYZ49.0835.0789.77-
YUV164.54172.85156.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=35.36%
G=22.36%
B=42.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041292440.160.4700.04279.1383.9473.14
HexCC81F4102F041175449
Octal314201364205704427124111
Binary11001100100000011111010010000101111010010001011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81F4; }

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

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

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

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

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

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

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

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