Shades of Heliotrope #CC86FF
Tints of Heliotrope #CC86FF
RGB
CMYK
RGB Variations
Color information
#CC86FF (or 0xCC86FF) is known color: Heliotrope. HEX triplet: CC, 86 and FF. RGB value is (204,134,255). Sum of RGB (Red+Green+Blue) = 204+134+255=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86FF is #337900. Grayscale: #A8A8A8. Windows color (decimal): -3373313 or 16746188. OLE color: 16746188.
HSL color Cylindrical-coordinate representation of color #CC86FF: hue angle of 274.71º 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 #CC86FF is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 134 | 255 | - |
| CMYK | 0.2 | 0.47 | 0 | 0 |
| HSL | 274.71º | 1% | 0.76% | - |
| HSV(B) | 274.71º | 0.47% | 1% | - |
| XYZ | 51.48 | 37.11 | 99.06 | - |
| YUV | 168.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 255 | 0.2 | 0.47 | 0 | 0 | 274.71 | 1 | 0.76 |
| Hex | CC | 86 | FF | 14 | 2F | 0 | 0 | 113 | 64 | 4C |
| Octal | 314 | 206 | 377 | 24 | 57 | 0 | 0 | 423 | 144 | 114 |
| Binary | 11001100 | 10000110 | 11111111 | 10100 | 101111 | 0 | 0 | 100010011 | 1100100 | 1001100 |
Color Harmonies of #CC86FF
Complementary color
Monochromatic Colors of #CC86FF
Black with #CC86FF
Text Example
Text Example
White with #CC86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86FF; }
p { color: rgb(204,134,255); }
H1.HeaderClassName
{
color: #CC86FF;
}
.AnyTagClassName
{
color: #CC86FF;
}
</style>
background-color css
<style>
a { background-color: #CC86FF; }
a { background-color: rgb(204,134,255); }
div.DivClassName
{
background-color: #CC86FF;
}
.BgClassName
{
background-color: #CC86FF;
}
</style>
border-color css
<style>
span { border-color: #CC86FF; }
span { border-color: rgb(204,134,255); }
td.TdClassName
{
border-color: #CC86FF;
}
.TagClassName
{
border-color: #CC86FF;
}
</style>