Shades of Medium Orchid #CF59ED
Tints of Medium Orchid #CF59ED
RGB
CMYK
RGB Variations
Color information
#CF59ED (or 0xCF59ED) is known color: Medium Orchid. HEX triplet: CF, 59 and ED. RGB value is (207,89,237). Sum of RGB (Red+Green+Blue) = 207+89+237=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59ED is #30A612. Grayscale: #8C8C8C. Windows color (decimal): -3188243 or 15555023. OLE color: 15555023.
HSL color Cylindrical-coordinate representation of color #CF59ED: hue angle of 287.84º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF59ED is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 89 | 237 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.07 |
| HSL | 287.84º | 0.8% | 0.64% | - |
| HSV(B) | 287.84º | 0.62% | 0.93% | - |
| XYZ | 44.59 | 26.52 | 82.89 | - |
| YUV | 141.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 237 | 0.13 | 0.62 | 0 | 0.07 | 287.84 | 0.8 | 0.64 |
| Hex | CF | 59 | ED | D | 3E | 0 | 7 | 120 | 50 | 40 |
| Octal | 317 | 131 | 355 | 15 | 76 | 0 | 7 | 440 | 120 | 100 |
| Binary | 11001111 | 1011001 | 11101101 | 1101 | 111110 | 0 | 111 | 100100000 | 1010000 | 1000000 |
Color Harmonies of #CF59ED
Complementary color
Monochromatic Colors of #CF59ED
Black with #CF59ED
Text Example
Text Example
White with #CF59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59ED; }
p { color: rgb(207,89,237); }
H1.HeaderClassName
{
color: #CF59ED;
}
.AnyTagClassName
{
color: #CF59ED;
}
</style>
background-color css
<style>
a { background-color: #CF59ED; }
a { background-color: rgb(207,89,237); }
div.DivClassName
{
background-color: #CF59ED;
}
.BgClassName
{
background-color: #CF59ED;
}
</style>
border-color css
<style>
span { border-color: #CF59ED; }
span { border-color: rgb(207,89,237); }
td.TdClassName
{
border-color: #CF59ED;
}
.TagClassName
{
border-color: #CF59ED;
}
</style>