Shades of Heliotrope #CF5EED
Tints of Heliotrope #CF5EED
RGB
CMYK
RGB Variations
Color information
#CF5EED (or 0xCF5EED) is known color: Heliotrope. HEX triplet: CF, 5E and ED. RGB value is (207,94,237). Sum of RGB (Red+Green+Blue) = 207+94+237=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5EED is #30A112. Grayscale: #8F8F8F. Windows color (decimal): -3186963 or 15556303. OLE color: 15556303.
HSL color Cylindrical-coordinate representation of color #CF5EED: hue angle of 287.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5EED is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 94 | 237 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 287.41º | 0.8% | 0.65% | - |
| HSV(B) | 287.41º | 0.6% | 0.93% | - |
| XYZ | 45.02 | 27.39 | 83.03 | - |
| YUV | 144.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 237 | 0.13 | 0.60 | 0 | 0.07 | 287.41 | 0.8 | 0.65 |
| Hex | CF | 5E | ED | D | 3C | 0 | 7 | 11F | 50 | 41 |
| Octal | 317 | 136 | 355 | 15 | 74 | 0 | 7 | 437 | 120 | 101 |
| Binary | 11001111 | 1011110 | 11101101 | 1101 | 111100 | 0 | 111 | 100011111 | 1010000 | 1000001 |
Color Harmonies of #CF5EED
Complementary color
Monochromatic Colors of #CF5EED
Black with #CF5EED
Text Example
Text Example
White with #CF5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EED; }
p { color: rgb(207,94,237); }
H1.HeaderClassName
{
color: #CF5EED;
}
.AnyTagClassName
{
color: #CF5EED;
}
</style>
background-color css
<style>
a { background-color: #CF5EED; }
a { background-color: rgb(207,94,237); }
div.DivClassName
{
background-color: #CF5EED;
}
.BgClassName
{
background-color: #CF5EED;
}
</style>
border-color css
<style>
span { border-color: #CF5EED; }
span { border-color: rgb(207,94,237); }
td.TdClassName
{
border-color: #CF5EED;
}
.TagClassName
{
border-color: #CF5EED;
}
</style>