Shades of Heliotrope #CF89FB
Tints of Heliotrope #CF89FB
RGB
CMYK
RGB Variations
Color information
#CF89FB (or 0xCF89FB) is known color: Heliotrope. HEX triplet: CF, 89 and FB. RGB value is (207,137,251). Sum of RGB (Red+Green+Blue) = 207+137+251=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF89FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89FB is #307604. Grayscale: #AAAAAA. Windows color (decimal): -3175941 or 16484815. OLE color: 16484815.
HSL color Cylindrical-coordinate representation of color #CF89FB: hue angle of 276.84º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF89FB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 137 | 251 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.02 |
| HSL | 276.84º | 0.93% | 0.76% | - |
| HSV(B) | 276.84º | 0.45% | 0.98% | - |
| XYZ | 52.09 | 38.12 | 95.88 | - |
| YUV | 170.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 251 | 0.18 | 0.45 | 0 | 0.02 | 276.84 | 0.93 | 0.76 |
| Hex | CF | 89 | FB | 12 | 2D | 0 | 2 | 115 | 5D | 4C |
| Octal | 317 | 211 | 373 | 22 | 55 | 0 | 2 | 425 | 135 | 114 |
| Binary | 11001111 | 10001001 | 11111011 | 10010 | 101101 | 0 | 10 | 100010101 | 1011101 | 1001100 |
Color Harmonies of #CF89FB
Complementary color
Monochromatic Colors of #CF89FB
Black with #CF89FB
Text Example
Text Example
White with #CF89FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89FB; }
p { color: rgb(207,137,251); }
H1.HeaderClassName
{
color: #CF89FB;
}
.AnyTagClassName
{
color: #CF89FB;
}
</style>
background-color css
<style>
a { background-color: #CF89FB; }
a { background-color: rgb(207,137,251); }
div.DivClassName
{
background-color: #CF89FB;
}
.BgClassName
{
background-color: #CF89FB;
}
</style>
border-color css
<style>
span { border-color: #CF89FB; }
span { border-color: rgb(207,137,251); }
td.TdClassName
{
border-color: #CF89FB;
}
.TagClassName
{
border-color: #CF89FB;
}
</style>