Shades of Heliotrope #CF8DFE
Tints of Heliotrope #CF8DFE
RGB
CMYK
RGB Variations
Color information
#CF8DFE (or 0xCF8DFE) is known color: Heliotrope. HEX triplet: CF, 8D and FE. RGB value is (207,141,254). Sum of RGB (Red+Green+Blue) = 207+141+254=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF8DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DFE is #307201. Grayscale: #ADADAD. Windows color (decimal): -3174914 or 16682447. OLE color: 16682447.
HSL color Cylindrical-coordinate representation of color #CF8DFE: hue angle of 275.04º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8DFE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 141 | 254 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.00 |
| HSL | 275.04º | 0.98% | 0.77% | - |
| HSV(B) | 275.04º | 0.44% | 1% | - |
| XYZ | 53.15 | 39.47 | 98.58 | - |
| YUV | 173.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 254 | 0.19 | 0.44 | 0 | 0.00 | 275.04 | 0.98 | 0.77 |
| Hex | CF | 8D | FE | 13 | 2C | 0 | 0 | 113 | 62 | 4D |
| Octal | 317 | 215 | 376 | 23 | 54 | 0 | 0 | 423 | 142 | 115 |
| Binary | 11001111 | 10001101 | 11111110 | 10011 | 101100 | 0 | 0 | 100010011 | 1100010 | 1001101 |
Color Harmonies of #CF8DFE
Complementary color
Monochromatic Colors of #CF8DFE
Black with #CF8DFE
Text Example
Text Example
White with #CF8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DFE; }
p { color: rgb(207,141,254); }
H1.HeaderClassName
{
color: #CF8DFE;
}
.AnyTagClassName
{
color: #CF8DFE;
}
</style>
background-color css
<style>
a { background-color: #CF8DFE; }
a { background-color: rgb(207,141,254); }
div.DivClassName
{
background-color: #CF8DFE;
}
.BgClassName
{
background-color: #CF8DFE;
}
</style>
border-color css
<style>
span { border-color: #CF8DFE; }
span { border-color: rgb(207,141,254); }
td.TdClassName
{
border-color: #CF8DFE;
}
.TagClassName
{
border-color: #CF8DFE;
}
</style>