Shades of Heliotrope #CF5FED
Tints of Heliotrope #CF5FED
RGB
CMYK
RGB Variations
Color information
#CF5FED (or 0xCF5FED) is known color: Heliotrope. HEX triplet: CF, 5F and ED. RGB value is (207,95,237). Sum of RGB (Red+Green+Blue) = 207+95+237=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FED is #30A012. Grayscale: #909090. Windows color (decimal): -3186707 or 15556559. OLE color: 15556559.
HSL color Cylindrical-coordinate representation of color #CF5FED: hue angle of 287.32º 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 #CF5FED is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 95 | 237 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 287.32º | 0.8% | 0.65% | - |
| HSV(B) | 287.32º | 0.6% | 0.93% | - |
| XYZ | 45.11 | 27.56 | 83.06 | - |
| YUV | 144.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 237 | 0.13 | 0.60 | 0 | 0.07 | 287.32 | 0.8 | 0.65 |
| Hex | CF | 5F | ED | D | 3C | 0 | 7 | 11F | 50 | 41 |
| Octal | 317 | 137 | 355 | 15 | 74 | 0 | 7 | 437 | 120 | 101 |
| Binary | 11001111 | 1011111 | 11101101 | 1101 | 111100 | 0 | 111 | 100011111 | 1010000 | 1000001 |
Color Harmonies of #CF5FED
Complementary color
Monochromatic Colors of #CF5FED
Black with #CF5FED
Text Example
Text Example
White with #CF5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FED; }
p { color: rgb(207,95,237); }
H1.HeaderClassName
{
color: #CF5FED;
}
.AnyTagClassName
{
color: #CF5FED;
}
</style>
background-color css
<style>
a { background-color: #CF5FED; }
a { background-color: rgb(207,95,237); }
div.DivClassName
{
background-color: #CF5FED;
}
.BgClassName
{
background-color: #CF5FED;
}
</style>
border-color css
<style>
span { border-color: #CF5FED; }
span { border-color: rgb(207,95,237); }
td.TdClassName
{
border-color: #CF5FED;
}
.TagClassName
{
border-color: #CF5FED;
}
</style>