Shades of Heliotrope #CF8CF8
Tints of Heliotrope #CF8CF8
RGB
CMYK
RGB Variations
Color information
#CF8CF8 (or 0xCF8CF8) is known color: Heliotrope. HEX triplet: CF, 8C and F8. RGB value is (207,140,248). Sum of RGB (Red+Green+Blue) = 207+140+248=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF8CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CF8 is #307307. Grayscale: #ABABAB. Windows color (decimal): -3175176 or 16288975. OLE color: 16288975.
HSL color Cylindrical-coordinate representation of color #CF8CF8: hue angle of 277.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8CF8 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 140 | 248 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.03 |
| HSL | 277.22º | 0.89% | 0.76% | - |
| HSV(B) | 277.22º | 0.44% | 0.97% | - |
| XYZ | 52.05 | 38.8 | 93.55 | - |
| YUV | 172.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 248 | 0.17 | 0.44 | 0 | 0.03 | 277.22 | 0.89 | 0.76 |
| Hex | CF | 8C | F8 | 11 | 2C | 0 | 3 | 115 | 59 | 4C |
| Octal | 317 | 214 | 370 | 21 | 54 | 0 | 3 | 425 | 131 | 114 |
| Binary | 11001111 | 10001100 | 11111000 | 10001 | 101100 | 0 | 11 | 100010101 | 1011001 | 1001100 |
Color Harmonies of #CF8CF8
Complementary color
Monochromatic Colors of #CF8CF8
Black with #CF8CF8
Text Example
Text Example
White with #CF8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CF8; }
p { color: rgb(207,140,248); }
H1.HeaderClassName
{
color: #CF8CF8;
}
.AnyTagClassName
{
color: #CF8CF8;
}
</style>
background-color css
<style>
a { background-color: #CF8CF8; }
a { background-color: rgb(207,140,248); }
div.DivClassName
{
background-color: #CF8CF8;
}
.BgClassName
{
background-color: #CF8CF8;
}
</style>
border-color css
<style>
span { border-color: #CF8CF8; }
span { border-color: rgb(207,140,248); }
td.TdClassName
{
border-color: #CF8CF8;
}
.TagClassName
{
border-color: #CF8CF8;
}
</style>