Shades of Heliotrope #CF8CFA
Tints of Heliotrope #CF8CFA
RGB
CMYK
RGB Variations
Color information
#CF8CFA (or 0xCF8CFA) is known color: Heliotrope. HEX triplet: CF, 8C and FA. RGB value is (207,140,250). Sum of RGB (Red+Green+Blue) = 207+140+250=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CFA is #307305. Grayscale: #ACACAC. Windows color (decimal): -3175174 or 16420047. OLE color: 16420047.
HSL color Cylindrical-coordinate representation of color #CF8CFA: hue angle of 276.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8CFA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 140 | 250 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.02 |
| HSL | 276.55º | 0.92% | 0.76% | - |
| HSV(B) | 276.55º | 0.44% | 0.98% | - |
| XYZ | 52.37 | 38.92 | 95.2 | - |
| YUV | 172.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 250 | 0.17 | 0.44 | 0 | 0.02 | 276.55 | 0.92 | 0.76 |
| Hex | CF | 8C | FA | 11 | 2C | 0 | 2 | 115 | 5C | 4C |
| Octal | 317 | 214 | 372 | 21 | 54 | 0 | 2 | 425 | 134 | 114 |
| Binary | 11001111 | 10001100 | 11111010 | 10001 | 101100 | 0 | 10 | 100010101 | 1011100 | 1001100 |
Color Harmonies of #CF8CFA
Complementary color
Monochromatic Colors of #CF8CFA
Black with #CF8CFA
Text Example
Text Example
White with #CF8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CFA; }
p { color: rgb(207,140,250); }
H1.HeaderClassName
{
color: #CF8CFA;
}
.AnyTagClassName
{
color: #CF8CFA;
}
</style>
background-color css
<style>
a { background-color: #CF8CFA; }
a { background-color: rgb(207,140,250); }
div.DivClassName
{
background-color: #CF8CFA;
}
.BgClassName
{
background-color: #CF8CFA;
}
</style>
border-color css
<style>
span { border-color: #CF8CFA; }
span { border-color: rgb(207,140,250); }
td.TdClassName
{
border-color: #CF8CFA;
}
.TagClassName
{
border-color: #CF8CFA;
}
</style>