Shades of Heliotrope #CF8EFF
Tints of Heliotrope #CF8EFF
RGB
CMYK
RGB Variations
Color information
#CF8EFF (or 0xCF8EFF) is known color: Heliotrope. HEX triplet: CF, 8E and FF. RGB value is (207,142,255). Sum of RGB (Red+Green+Blue) = 207+142+255=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EFF is #307100. Grayscale: #ADADAD. Windows color (decimal): -3174657 or 16748239. OLE color: 16748239.
HSL color Cylindrical-coordinate representation of color #CF8EFF: hue angle of 274.51º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8EFF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 142 | 255 | - |
| CMYK | 0.19 | 0.44 | 0 | 0 |
| HSL | 274.51º | 1% | 0.78% | - |
| HSV(B) | 274.51º | 0.44% | 1% | - |
| XYZ | 53.46 | 39.83 | 99.48 | - |
| YUV | 174.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 255 | 0.19 | 0.44 | 0 | 0 | 274.51 | 1 | 0.78 |
| Hex | CF | 8E | FF | 13 | 2C | 0 | 0 | 113 | 64 | 4E |
| Octal | 317 | 216 | 377 | 23 | 54 | 0 | 0 | 423 | 144 | 116 |
| Binary | 11001111 | 10001110 | 11111111 | 10011 | 101100 | 0 | 0 | 100010011 | 1100100 | 1001110 |
Color Harmonies of #CF8EFF
Complementary color
Monochromatic Colors of #CF8EFF
Black with #CF8EFF
Text Example
Text Example
White with #CF8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EFF; }
p { color: rgb(207,142,255); }
H1.HeaderClassName
{
color: #CF8EFF;
}
.AnyTagClassName
{
color: #CF8EFF;
}
</style>
background-color css
<style>
a { background-color: #CF8EFF; }
a { background-color: rgb(207,142,255); }
div.DivClassName
{
background-color: #CF8EFF;
}
.BgClassName
{
background-color: #CF8EFF;
}
</style>
border-color css
<style>
span { border-color: #CF8EFF; }
span { border-color: rgb(207,142,255); }
td.TdClassName
{
border-color: #CF8EFF;
}
.TagClassName
{
border-color: #CF8EFF;
}
</style>