Shades of Heliotrope #CF8DFC
Tints of Heliotrope #CF8DFC
RGB
CMYK
RGB Variations
Color information
#CF8DFC (or 0xCF8DFC) is known color: Heliotrope. HEX triplet: CF, 8D and FC. RGB value is (207,141,252). Sum of RGB (Red+Green+Blue) = 207+141+252=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8DFC is #307203. Grayscale: #ADADAD. Windows color (decimal): -3174916 or 16551375. OLE color: 16551375.
HSL color Cylindrical-coordinate representation of color #CF8DFC: hue angle of 275.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8DFC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 141 | 252 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.01 |
| HSL | 275.68º | 0.95% | 0.77% | - |
| HSV(B) | 275.68º | 0.44% | 0.99% | - |
| XYZ | 52.83 | 39.34 | 96.91 | - |
| YUV | 173.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 252 | 0.18 | 0.44 | 0 | 0.01 | 275.68 | 0.95 | 0.77 |
| Hex | CF | 8D | FC | 12 | 2C | 0 | 1 | 114 | 5F | 4D |
| Octal | 317 | 215 | 374 | 22 | 54 | 0 | 1 | 424 | 137 | 115 |
| Binary | 11001111 | 10001101 | 11111100 | 10010 | 101100 | 0 | 1 | 100010100 | 1011111 | 1001101 |
Color Harmonies of #CF8DFC
Complementary color
Monochromatic Colors of #CF8DFC
Black with #CF8DFC
Text Example
Text Example
White with #CF8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DFC; }
p { color: rgb(207,141,252); }
H1.HeaderClassName
{
color: #CF8DFC;
}
.AnyTagClassName
{
color: #CF8DFC;
}
</style>
background-color css
<style>
a { background-color: #CF8DFC; }
a { background-color: rgb(207,141,252); }
div.DivClassName
{
background-color: #CF8DFC;
}
.BgClassName
{
background-color: #CF8DFC;
}
</style>
border-color css
<style>
span { border-color: #CF8DFC; }
span { border-color: rgb(207,141,252); }
td.TdClassName
{
border-color: #CF8DFC;
}
.TagClassName
{
border-color: #CF8DFC;
}
</style>