Shades of Heliotrope #CF85ED
Tints of Heliotrope #CF85ED
RGB
CMYK
RGB Variations
Color information
#CF85ED (or 0xCF85ED) is known color: Heliotrope. HEX triplet: CF, 85 and ED. RGB value is (207,133,237). Sum of RGB (Red+Green+Blue) = 207+133+237=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85ED is #307A12. Grayscale: #A6A6A6. Windows color (decimal): -3176979 or 15566287. OLE color: 15566287.
HSL color Cylindrical-coordinate representation of color #CF85ED: hue angle of 282.69º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF85ED is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 133 | 237 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.07 |
| HSL | 282.69º | 0.74% | 0.73% | - |
| HSV(B) | 282.69º | 0.44% | 0.93% | - |
| XYZ | 49.41 | 36.15 | 84.5 | - |
| YUV | 166.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 237 | 0.13 | 0.44 | 0 | 0.07 | 282.69 | 0.74 | 0.73 |
| Hex | CF | 85 | ED | D | 2C | 0 | 7 | 11B | 4A | 49 |
| Octal | 317 | 205 | 355 | 15 | 54 | 0 | 7 | 433 | 112 | 111 |
| Binary | 11001111 | 10000101 | 11101101 | 1101 | 101100 | 0 | 111 | 100011011 | 1001010 | 1001001 |
Color Harmonies of #CF85ED
Complementary color
Monochromatic Colors of #CF85ED
Black with #CF85ED
Text Example
Text Example
White with #CF85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85ED; }
p { color: rgb(207,133,237); }
H1.HeaderClassName
{
color: #CF85ED;
}
.AnyTagClassName
{
color: #CF85ED;
}
</style>
background-color css
<style>
a { background-color: #CF85ED; }
a { background-color: rgb(207,133,237); }
div.DivClassName
{
background-color: #CF85ED;
}
.BgClassName
{
background-color: #CF85ED;
}
</style>
border-color css
<style>
span { border-color: #CF85ED; }
span { border-color: rgb(207,133,237); }
td.TdClassName
{
border-color: #CF85ED;
}
.TagClassName
{
border-color: #CF85ED;
}
</style>