Shades of Heliotrope #CF8FFB
Tints of Heliotrope #CF8FFB
RGB
CMYK
RGB Variations
Color information
#CF8FFB (or 0xCF8FFB) is known color: Heliotrope. HEX triplet: CF, 8F and FB. RGB value is (207,143,251). Sum of RGB (Red+Green+Blue) = 207+143+251=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FFB is #307004. Grayscale: #AEAEAE. Windows color (decimal): -3174405 or 16486351. OLE color: 16486351.
HSL color Cylindrical-coordinate representation of color #CF8FFB: hue angle of 275.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8FFB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 143 | 251 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.02 |
| HSL | 275.56º | 0.93% | 0.77% | - |
| HSV(B) | 275.56º | 0.43% | 0.98% | - |
| XYZ | 52.97 | 39.88 | 96.17 | - |
| YUV | 174.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 251 | 0.18 | 0.43 | 0 | 0.02 | 275.56 | 0.93 | 0.77 |
| Hex | CF | 8F | FB | 12 | 2B | 0 | 2 | 114 | 5D | 4D |
| Octal | 317 | 217 | 373 | 22 | 53 | 0 | 2 | 424 | 135 | 115 |
| Binary | 11001111 | 10001111 | 11111011 | 10010 | 101011 | 0 | 10 | 100010100 | 1011101 | 1001101 |
Color Harmonies of #CF8FFB
Complementary color
Monochromatic Colors of #CF8FFB
Black with #CF8FFB
Text Example
Text Example
White with #CF8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FFB; }
p { color: rgb(207,143,251); }
H1.HeaderClassName
{
color: #CF8FFB;
}
.AnyTagClassName
{
color: #CF8FFB;
}
</style>
background-color css
<style>
a { background-color: #CF8FFB; }
a { background-color: rgb(207,143,251); }
div.DivClassName
{
background-color: #CF8FFB;
}
.BgClassName
{
background-color: #CF8FFB;
}
</style>
border-color css
<style>
span { border-color: #CF8FFB; }
span { border-color: rgb(207,143,251); }
td.TdClassName
{
border-color: #CF8FFB;
}
.TagClassName
{
border-color: #CF8FFB;
}
</style>