Shades of Heliotrope #CF5DEE
Tints of Heliotrope #CF5DEE
RGB
CMYK
RGB Variations
Color information
#CF5DEE (or 0xCF5DEE) is known color: Heliotrope. HEX triplet: CF, 5D and EE. RGB value is (207,93,238). Sum of RGB (Red+Green+Blue) = 207+93+238=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DEE is #30A211. Grayscale: #8F8F8F. Windows color (decimal): -3187218 or 15621583. OLE color: 15621583.
HSL color Cylindrical-coordinate representation of color #CF5DEE: hue angle of 287.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5DEE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 93 | 238 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.07 |
| HSL | 287.17º | 0.81% | 0.65% | - |
| HSV(B) | 287.17º | 0.61% | 0.93% | - |
| XYZ | 45.08 | 27.27 | 83.78 | - |
| YUV | 143.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 238 | 0.13 | 0.61 | 0 | 0.07 | 287.17 | 0.81 | 0.65 |
| Hex | CF | 5D | EE | D | 3D | 0 | 7 | 11F | 51 | 41 |
| Octal | 317 | 135 | 356 | 15 | 75 | 0 | 7 | 437 | 121 | 101 |
| Binary | 11001111 | 1011101 | 11101110 | 1101 | 111101 | 0 | 111 | 100011111 | 1010001 | 1000001 |
Color Harmonies of #CF5DEE
Complementary color
Monochromatic Colors of #CF5DEE
Black with #CF5DEE
Text Example
Text Example
White with #CF5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DEE; }
p { color: rgb(207,93,238); }
H1.HeaderClassName
{
color: #CF5DEE;
}
.AnyTagClassName
{
color: #CF5DEE;
}
</style>
background-color css
<style>
a { background-color: #CF5DEE; }
a { background-color: rgb(207,93,238); }
div.DivClassName
{
background-color: #CF5DEE;
}
.BgClassName
{
background-color: #CF5DEE;
}
</style>
border-color css
<style>
span { border-color: #CF5DEE; }
span { border-color: rgb(207,93,238); }
td.TdClassName
{
border-color: #CF5DEE;
}
.TagClassName
{
border-color: #CF5DEE;
}
</style>