Shades of Heliotrope #CF8FFE
Tints of Heliotrope #CF8FFE
RGB
CMYK
RGB Variations
Color information
#CF8FFE (or 0xCF8FFE) is known color: Heliotrope. HEX triplet: CF, 8F and FE. RGB value is (207,143,254). Sum of RGB (Red+Green+Blue) = 207+143+254=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FFE is #307001. Grayscale: #AEAEAE. Windows color (decimal): -3174402 or 16682959. OLE color: 16682959.
HSL color Cylindrical-coordinate representation of color #CF8FFE: hue angle of 274.59º 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 #CF8FFE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 143 | 254 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.00 |
| HSL | 274.59º | 0.98% | 0.78% | - |
| HSV(B) | 274.59º | 0.44% | 1% | - |
| XYZ | 53.44 | 40.07 | 98.68 | - |
| YUV | 174.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 254 | 0.19 | 0.44 | 0 | 0.00 | 274.59 | 0.98 | 0.78 |
| Hex | CF | 8F | FE | 13 | 2C | 0 | 0 | 113 | 62 | 4E |
| Octal | 317 | 217 | 376 | 23 | 54 | 0 | 0 | 423 | 142 | 116 |
| Binary | 11001111 | 10001111 | 11111110 | 10011 | 101100 | 0 | 0 | 100010011 | 1100010 | 1001110 |
Color Harmonies of #CF8FFE
Complementary color
Monochromatic Colors of #CF8FFE
Black with #CF8FFE
Text Example
Text Example
White with #CF8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FFE; }
p { color: rgb(207,143,254); }
H1.HeaderClassName
{
color: #CF8FFE;
}
.AnyTagClassName
{
color: #CF8FFE;
}
</style>
background-color css
<style>
a { background-color: #CF8FFE; }
a { background-color: rgb(207,143,254); }
div.DivClassName
{
background-color: #CF8FFE;
}
.BgClassName
{
background-color: #CF8FFE;
}
</style>
border-color css
<style>
span { border-color: #CF8FFE; }
span { border-color: rgb(207,143,254); }
td.TdClassName
{
border-color: #CF8FFE;
}
.TagClassName
{
border-color: #CF8FFE;
}
</style>