Shades of Heliotrope #CF89FE
Tints of Heliotrope #CF89FE
RGB
CMYK
RGB Variations
Color information
#CF89FE (or 0xCF89FE) is known color: Heliotrope. HEX triplet: CF, 89 and FE. RGB value is (207,137,254). Sum of RGB (Red+Green+Blue) = 207+137+254=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF89FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89FE is #307601. Grayscale: #AAAAAA. Windows color (decimal): -3175938 or 16681423. OLE color: 16681423.
HSL color Cylindrical-coordinate representation of color #CF89FE: hue angle of 275.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF89FE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 137 | 254 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.00 |
| HSL | 275.9º | 0.98% | 0.77% | - |
| HSV(B) | 275.9º | 0.46% | 1% | - |
| XYZ | 52.57 | 38.31 | 98.39 | - |
| YUV | 171.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 254 | 0.19 | 0.46 | 0 | 0.00 | 275.9 | 0.98 | 0.77 |
| Hex | CF | 89 | FE | 13 | 2E | 0 | 0 | 114 | 62 | 4D |
| Octal | 317 | 211 | 376 | 23 | 56 | 0 | 0 | 424 | 142 | 115 |
| Binary | 11001111 | 10001001 | 11111110 | 10011 | 101110 | 0 | 0 | 100010100 | 1100010 | 1001101 |
Color Harmonies of #CF89FE
Complementary color
Monochromatic Colors of #CF89FE
Black with #CF89FE
Text Example
Text Example
White with #CF89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89FE; }
p { color: rgb(207,137,254); }
H1.HeaderClassName
{
color: #CF89FE;
}
.AnyTagClassName
{
color: #CF89FE;
}
</style>
background-color css
<style>
a { background-color: #CF89FE; }
a { background-color: rgb(207,137,254); }
div.DivClassName
{
background-color: #CF89FE;
}
.BgClassName
{
background-color: #CF89FE;
}
</style>
border-color css
<style>
span { border-color: #CF89FE; }
span { border-color: rgb(207,137,254); }
td.TdClassName
{
border-color: #CF89FE;
}
.TagClassName
{
border-color: #CF89FE;
}
</style>