Shades of Heliotrope #CF8FFC
Tints of Heliotrope #CF8FFC
RGB
CMYK
RGB Variations
Color information
#CF8FFC (or 0xCF8FFC) is known color: Heliotrope. HEX triplet: CF, 8F and FC. RGB value is (207,143,252). Sum of RGB (Red+Green+Blue) = 207+143+252=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FFC is #307003. Grayscale: #AEAEAE. Windows color (decimal): -3174404 or 16551887. OLE color: 16551887.
HSL color Cylindrical-coordinate representation of color #CF8FFC: hue angle of 275.23º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8FFC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 143 | 252 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.01 |
| HSL | 275.23º | 0.95% | 0.77% | - |
| HSV(B) | 275.23º | 0.43% | 0.99% | - |
| XYZ | 53.13 | 39.94 | 97 | - |
| YUV | 174.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 252 | 0.18 | 0.43 | 0 | 0.01 | 275.23 | 0.95 | 0.77 |
| Hex | CF | 8F | FC | 12 | 2B | 0 | 1 | 113 | 5F | 4D |
| Octal | 317 | 217 | 374 | 22 | 53 | 0 | 1 | 423 | 137 | 115 |
| Binary | 11001111 | 10001111 | 11111100 | 10010 | 101011 | 0 | 1 | 100010011 | 1011111 | 1001101 |
Color Harmonies of #CF8FFC
Complementary color
Monochromatic Colors of #CF8FFC
Black with #CF8FFC
Text Example
Text Example
White with #CF8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FFC; }
p { color: rgb(207,143,252); }
H1.HeaderClassName
{
color: #CF8FFC;
}
.AnyTagClassName
{
color: #CF8FFC;
}
</style>
background-color css
<style>
a { background-color: #CF8FFC; }
a { background-color: rgb(207,143,252); }
div.DivClassName
{
background-color: #CF8FFC;
}
.BgClassName
{
background-color: #CF8FFC;
}
</style>
border-color css
<style>
span { border-color: #CF8FFC; }
span { border-color: rgb(207,143,252); }
td.TdClassName
{
border-color: #CF8FFC;
}
.TagClassName
{
border-color: #CF8FFC;
}
</style>