Shades of Heliotrope #CF8AF8
Tints of Heliotrope #CF8AF8
RGB
CMYK
RGB Variations
Color information
#CF8AF8 (or 0xCF8AF8) is known color: Heliotrope. HEX triplet: CF, 8A and F8. RGB value is (207,138,248). Sum of RGB (Red+Green+Blue) = 207+138+248=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF8AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AF8 is #307507. Grayscale: #AAAAAA. Windows color (decimal): -3175688 or 16288463. OLE color: 16288463.
HSL color Cylindrical-coordinate representation of color #CF8AF8: hue angle of 277.64º 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 #CF8AF8 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 138 | 248 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.03 |
| HSL | 277.64º | 0.89% | 0.76% | - |
| HSV(B) | 277.64º | 0.44% | 0.97% | - |
| XYZ | 51.76 | 38.22 | 93.46 | - |
| YUV | 171.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 248 | 0.17 | 0.44 | 0 | 0.03 | 277.64 | 0.89 | 0.76 |
| Hex | CF | 8A | F8 | 11 | 2C | 0 | 3 | 116 | 59 | 4C |
| Octal | 317 | 212 | 370 | 21 | 54 | 0 | 3 | 426 | 131 | 114 |
| Binary | 11001111 | 10001010 | 11111000 | 10001 | 101100 | 0 | 11 | 100010110 | 1011001 | 1001100 |
Color Harmonies of #CF8AF8
Complementary color
Monochromatic Colors of #CF8AF8
Black with #CF8AF8
Text Example
Text Example
White with #CF8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AF8; }
p { color: rgb(207,138,248); }
H1.HeaderClassName
{
color: #CF8AF8;
}
.AnyTagClassName
{
color: #CF8AF8;
}
</style>
background-color css
<style>
a { background-color: #CF8AF8; }
a { background-color: rgb(207,138,248); }
div.DivClassName
{
background-color: #CF8AF8;
}
.BgClassName
{
background-color: #CF8AF8;
}
</style>
border-color css
<style>
span { border-color: #CF8AF8; }
span { border-color: rgb(207,138,248); }
td.TdClassName
{
border-color: #CF8AF8;
}
.TagClassName
{
border-color: #CF8AF8;
}
</style>