Shades of Heliotrope #C087FF
Tints of Heliotrope #C087FF
RGB
CMYK
RGB Variations
Color information
#C087FF (or 0xC087FF) is known color: Heliotrope. HEX triplet: C0, 87 and FF. RGB value is (192,135,255). Sum of RGB (Red+Green+Blue) = 192+135+255=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #C087FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087FF is #3F7800. Grayscale: #A5A5A5. Windows color (decimal): -4159489 or 16746432. OLE color: 16746432.
HSL color Cylindrical-coordinate representation of color #C087FF: hue angle of 268.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 #C087FF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 135 | 255 | - |
| CMYK | 0.25 | 0.47 | 0 | 0 |
| HSL | 268.5º | 1% | 0.76% | - |
| HSV(B) | 268.5º | 0.47% | 1% | - |
| XYZ | 48.45 | 35.75 | 98.96 | - |
| YUV | 165.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 255 | 0.25 | 0.47 | 0 | 0 | 268.5 | 1 | 0.76 |
| Hex | C0 | 87 | FF | 19 | 2F | 0 | 0 | 10C | 64 | 4C |
| Octal | 300 | 207 | 377 | 31 | 57 | 0 | 0 | 414 | 144 | 114 |
| Binary | 11000000 | 10000111 | 11111111 | 11001 | 101111 | 0 | 0 | 100001100 | 1100100 | 1001100 |
Color Harmonies of #C087FF
Complementary color
Monochromatic Colors of #C087FF
Black with #C087FF
Text Example
Text Example
White with #C087FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087FF; }
p { color: rgb(192,135,255); }
H1.HeaderClassName
{
color: #C087FF;
}
.AnyTagClassName
{
color: #C087FF;
}
</style>
background-color css
<style>
a { background-color: #C087FF; }
a { background-color: rgb(192,135,255); }
div.DivClassName
{
background-color: #C087FF;
}
.BgClassName
{
background-color: #C087FF;
}
</style>
border-color css
<style>
span { border-color: #C087FF; }
span { border-color: rgb(192,135,255); }
td.TdClassName
{
border-color: #C087FF;
}
.TagClassName
{
border-color: #C087FF;
}
</style>