#CC81FA

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

Shades of Heliotrope #CC81FA

Tints of Heliotrope #CC81FA

Color information

#CC81FA (or 0xCC81FA) is unknown color: approx Heliotrope. HEX triplet: CC, 81 and FA. RGB value is (204,129,250). Sum of RGB (Red+Green+Blue) = 204+129+250=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81FA is #337E05. Grayscale: #A4A4A4. Windows color (decimal): -3374598 or 16417228. OLE color: 16417228.

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

Color convert

RGB204129250-
CMYK0.180.4800.02
HSL277.19º92.37%74.31%-
HSV(B)277.19º48.4%98.04%-
XYZ50.0135.4494.65-
YUV165.22175.85155.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=34.99%
G=22.13%
B=42.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041292500.180.4800.02277.1992.3774.31
HexCC81FA1230021155c4a
Octal314201372226002425134112
Binary1100110010000001111110101001011000001010001010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81FA; }

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

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

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

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

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

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

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

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