Shades of Heliotrope #CC87FF
Tints of Heliotrope #CC87FF
RGB
CMYK
RGB Variations
Color information
#CC87FF (or 0xCC87FF) is known color: Heliotrope. HEX triplet: CC, 87 and FF. RGB value is (204,135,255). Sum of RGB (Red+Green+Blue) = 204+135+255=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC87FF is #337800. Grayscale: #A8A8A8. Windows color (decimal): -3373057 or 16746444. OLE color: 16746444.
HSL color Cylindrical-coordinate representation of color #CC87FF: hue angle of 274.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC87FF is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 135 | 255 | - |
| CMYK | 0.2 | 0.47 | 0 | 0 |
| HSL | 274.5º | 1% | 0.76% | - |
| HSV(B) | 274.5º | 0.47% | 1% | - |
| XYZ | 51.62 | 37.39 | 99.1 | - |
| YUV | 169.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 255 | 0.2 | 0.47 | 0 | 0 | 274.5 | 1 | 0.76 |
| Hex | CC | 87 | FF | 14 | 2F | 0 | 0 | 112 | 64 | 4C |
| Octal | 314 | 207 | 377 | 24 | 57 | 0 | 0 | 422 | 144 | 114 |
| Binary | 11001100 | 10000111 | 11111111 | 10100 | 101111 | 0 | 0 | 100010010 | 1100100 | 1001100 |
Color Harmonies of #CC87FF
Complementary color
Monochromatic Colors of #CC87FF
Black with #CC87FF
Text Example
Text Example
White with #CC87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87FF; }
p { color: rgb(204,135,255); }
H1.HeaderClassName
{
color: #CC87FF;
}
.AnyTagClassName
{
color: #CC87FF;
}
</style>
background-color css
<style>
a { background-color: #CC87FF; }
a { background-color: rgb(204,135,255); }
div.DivClassName
{
background-color: #CC87FF;
}
.BgClassName
{
background-color: #CC87FF;
}
</style>
border-color css
<style>
span { border-color: #CC87FF; }
span { border-color: rgb(204,135,255); }
td.TdClassName
{
border-color: #CC87FF;
}
.TagClassName
{
border-color: #CC87FF;
}
</style>