Shades of Heliotrope #CC81FF
Tints of Heliotrope #CC81FF
RGB
CMYK
RGB Variations
Color information
#CC81FF (or 0xCC81FF) is known color: Heliotrope. HEX triplet: CC, 81 and FF. RGB value is (204,129,255). Sum of RGB (Red+Green+Blue) = 204+129+255=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81FF is #337E00. Grayscale: #A5A5A5. Windows color (decimal): -3374593 or 16744908. OLE color: 16744908.
HSL color Cylindrical-coordinate representation of color #CC81FF: hue angle of 275.71º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC81FF is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 129 | 255 | - |
| CMYK | 0.2 | 0.49 | 0 | 0 |
| HSL | 275.71º | 1% | 0.75% | - |
| HSV(B) | 275.71º | 0.49% | 1% | - |
| XYZ | 50.8 | 35.76 | 98.83 | - |
| YUV | 165.79 | 178.35 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 255 | 0.2 | 0.49 | 0 | 0 | 275.71 | 1 | 0.75 |
| Hex | CC | 81 | FF | 14 | 31 | 0 | 0 | 114 | 64 | 4B |
| Octal | 314 | 201 | 377 | 24 | 61 | 0 | 0 | 424 | 144 | 113 |
| Binary | 11001100 | 10000001 | 11111111 | 10100 | 110001 | 0 | 0 | 100010100 | 1100100 | 1001011 |
Color Harmonies of #CC81FF
Complementary color
Monochromatic Colors of #CC81FF
Black with #CC81FF
Text Example
Text Example
White with #CC81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81FF; }
p { color: rgb(204,129,255); }
H1.HeaderClassName
{
color: #CC81FF;
}
.AnyTagClassName
{
color: #CC81FF;
}
</style>
background-color css
<style>
a { background-color: #CC81FF; }
a { background-color: rgb(204,129,255); }
div.DivClassName
{
background-color: #CC81FF;
}
.BgClassName
{
background-color: #CC81FF;
}
</style>
border-color css
<style>
span { border-color: #CC81FF; }
span { border-color: rgb(204,129,255); }
td.TdClassName
{
border-color: #CC81FF;
}
.TagClassName
{
border-color: #CC81FF;
}
</style>