Shades of Heliotrope #CF88FF
Tints of Heliotrope #CF88FF
RGB
CMYK
RGB Variations
Color information
#CF88FF (or 0xCF88FF) is known color: Heliotrope. HEX triplet: CF, 88 and FF. RGB value is (207,136,255). Sum of RGB (Red+Green+Blue) = 207+136+255=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88FF is #307700. Grayscale: #AAAAAA. Windows color (decimal): -3176193 or 16746703. OLE color: 16746703.
HSL color Cylindrical-coordinate representation of color #CF88FF: hue angle of 275.8º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF88FF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 136 | 255 | - |
| CMYK | 0.19 | 0.47 | 0 | 0 |
| HSL | 275.8º | 1% | 0.77% | - |
| HSV(B) | 275.8º | 0.47% | 1% | - |
| XYZ | 52.59 | 38.09 | 99.19 | - |
| YUV | 170.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 255 | 0.19 | 0.47 | 0 | 0 | 275.8 | 1 | 0.77 |
| Hex | CF | 88 | FF | 13 | 2F | 0 | 0 | 114 | 64 | 4D |
| Octal | 317 | 210 | 377 | 23 | 57 | 0 | 0 | 424 | 144 | 115 |
| Binary | 11001111 | 10001000 | 11111111 | 10011 | 101111 | 0 | 0 | 100010100 | 1100100 | 1001101 |
Color Harmonies of #CF88FF
Complementary color
Monochromatic Colors of #CF88FF
Black with #CF88FF
Text Example
Text Example
White with #CF88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88FF; }
p { color: rgb(207,136,255); }
H1.HeaderClassName
{
color: #CF88FF;
}
.AnyTagClassName
{
color: #CF88FF;
}
</style>
background-color css
<style>
a { background-color: #CF88FF; }
a { background-color: rgb(207,136,255); }
div.DivClassName
{
background-color: #CF88FF;
}
.BgClassName
{
background-color: #CF88FF;
}
</style>
border-color css
<style>
span { border-color: #CF88FF; }
span { border-color: rgb(207,136,255); }
td.TdClassName
{
border-color: #CF88FF;
}
.TagClassName
{
border-color: #CF88FF;
}
</style>