Shades of Heliotrope #CC81FA
Tints of Heliotrope #CC81FA
RGB
CMYK
RGB Variations
Color information
#CC81FA (or 0xCC81FA) is known color: 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
| RGB | 204 | 129 | 250 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.02 |
| HSL | 277.19º | 0.92% | 0.74% | - |
| HSV(B) | 277.19º | 0.48% | 0.98% | - |
| XYZ | 50.01 | 35.44 | 94.65 | - |
| YUV | 165.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 250 | 0.18 | 0.48 | 0 | 0.02 | 277.19 | 0.92 | 0.74 |
| Hex | CC | 81 | FA | 12 | 30 | 0 | 2 | 115 | 5C | 4A |
| Octal | 314 | 201 | 372 | 22 | 60 | 0 | 2 | 425 | 134 | 112 |
| Binary | 11001100 | 10000001 | 11111010 | 10010 | 110000 | 0 | 10 | 100010101 | 1011100 | 1001010 |
Color Harmonies of #CC81FA
Complementary color
Monochromatic Colors of #CC81FA
Black with #CC81FA
Text Example
Text Example
White with #CC81FA
Text Example
Text Example
HTML Codes & Css Web 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>