Shades of Heliotrope #CF86ED
Tints of Heliotrope #CF86ED
RGB
CMYK
RGB Variations
Color information
#CF86ED (or 0xCF86ED) is known color: Heliotrope. HEX triplet: CF, 86 and ED. RGB value is (207,134,237). Sum of RGB (Red+Green+Blue) = 207+134+237=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF86ED is #307912. Grayscale: #A7A7A7. Windows color (decimal): -3176723 or 15566543. OLE color: 15566543.
HSL color Cylindrical-coordinate representation of color #CF86ED: hue angle of 282.52º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF86ED is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 134 | 237 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.07 |
| HSL | 282.52º | 0.74% | 0.73% | - |
| HSV(B) | 282.52º | 0.43% | 0.93% | - |
| XYZ | 49.54 | 36.43 | 84.54 | - |
| YUV | 167.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 237 | 0.13 | 0.43 | 0 | 0.07 | 282.52 | 0.74 | 0.73 |
| Hex | CF | 86 | ED | D | 2B | 0 | 7 | 11B | 4A | 49 |
| Octal | 317 | 206 | 355 | 15 | 53 | 0 | 7 | 433 | 112 | 111 |
| Binary | 11001111 | 10000110 | 11101101 | 1101 | 101011 | 0 | 111 | 100011011 | 1001010 | 1001001 |
Color Harmonies of #CF86ED
Complementary color
Monochromatic Colors of #CF86ED
Black with #CF86ED
Text Example
Text Example
White with #CF86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86ED; }
p { color: rgb(207,134,237); }
H1.HeaderClassName
{
color: #CF86ED;
}
.AnyTagClassName
{
color: #CF86ED;
}
</style>
background-color css
<style>
a { background-color: #CF86ED; }
a { background-color: rgb(207,134,237); }
div.DivClassName
{
background-color: #CF86ED;
}
.BgClassName
{
background-color: #CF86ED;
}
</style>
border-color css
<style>
span { border-color: #CF86ED; }
span { border-color: rgb(207,134,237); }
td.TdClassName
{
border-color: #CF86ED;
}
.TagClassName
{
border-color: #CF86ED;
}
</style>