Shades of Heliotrope #CF8EFE
Tints of Heliotrope #CF8EFE
RGB
CMYK
RGB Variations
Color information
#CF8EFE (or 0xCF8EFE) is known color: Heliotrope. HEX triplet: CF, 8E and FE. RGB value is (207,142,254). Sum of RGB (Red+Green+Blue) = 207+142+254=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF8EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EFE is #307101. Grayscale: #ADADAD. Windows color (decimal): -3174658 or 16682703. OLE color: 16682703.
HSL color Cylindrical-coordinate representation of color #CF8EFE: hue angle of 274.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8EFE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 142 | 254 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.00 |
| HSL | 274.82º | 0.98% | 0.78% | - |
| HSV(B) | 274.82º | 0.44% | 1% | - |
| XYZ | 53.29 | 39.77 | 98.63 | - |
| YUV | 174.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 254 | 0.19 | 0.44 | 0 | 0.00 | 274.82 | 0.98 | 0.78 |
| Hex | CF | 8E | FE | 13 | 2C | 0 | 0 | 113 | 62 | 4E |
| Octal | 317 | 216 | 376 | 23 | 54 | 0 | 0 | 423 | 142 | 116 |
| Binary | 11001111 | 10001110 | 11111110 | 10011 | 101100 | 0 | 0 | 100010011 | 1100010 | 1001110 |
Color Harmonies of #CF8EFE
Complementary color
Monochromatic Colors of #CF8EFE
Black with #CF8EFE
Text Example
Text Example
White with #CF8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EFE; }
p { color: rgb(207,142,254); }
H1.HeaderClassName
{
color: #CF8EFE;
}
.AnyTagClassName
{
color: #CF8EFE;
}
</style>
background-color css
<style>
a { background-color: #CF8EFE; }
a { background-color: rgb(207,142,254); }
div.DivClassName
{
background-color: #CF8EFE;
}
.BgClassName
{
background-color: #CF8EFE;
}
</style>
border-color css
<style>
span { border-color: #CF8EFE; }
span { border-color: rgb(207,142,254); }
td.TdClassName
{
border-color: #CF8EFE;
}
.TagClassName
{
border-color: #CF8EFE;
}
</style>