Shades of Medium Orchid #CF59E9
Tints of Medium Orchid #CF59E9
RGB
CMYK
RGB Variations
Color information
#CF59E9 (or 0xCF59E9) is known color: Medium Orchid. HEX triplet: CF, 59 and E9. RGB value is (207,89,233). Sum of RGB (Red+Green+Blue) = 207+89+233=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59E9 is #30A616. Grayscale: #8C8C8C. Windows color (decimal): -3188247 or 15292879. OLE color: 15292879.
HSL color Cylindrical-coordinate representation of color #CF59E9: hue angle of 289.17º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF59E9 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 89 | 233 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.09 |
| HSL | 289.17º | 0.77% | 0.63% | - |
| HSV(B) | 289.17º | 0.62% | 0.91% | - |
| XYZ | 44.01 | 26.29 | 79.85 | - |
| YUV | 140.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 233 | 0.11 | 0.62 | 0 | 0.09 | 289.17 | 0.77 | 0.63 |
| Hex | CF | 59 | E9 | B | 3E | 0 | 9 | 121 | 4D | 3F |
| Octal | 317 | 131 | 351 | 13 | 76 | 0 | 11 | 441 | 115 | 77 |
| Binary | 11001111 | 1011001 | 11101001 | 1011 | 111110 | 0 | 1001 | 100100001 | 1001101 | 111111 |
Color Harmonies of #CF59E9
Complementary color
Monochromatic Colors of #CF59E9
Black with #CF59E9
Text Example
Text Example
White with #CF59E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59E9; }
p { color: rgb(207,89,233); }
H1.HeaderClassName
{
color: #CF59E9;
}
.AnyTagClassName
{
color: #CF59E9;
}
</style>
background-color css
<style>
a { background-color: #CF59E9; }
a { background-color: rgb(207,89,233); }
div.DivClassName
{
background-color: #CF59E9;
}
.BgClassName
{
background-color: #CF59E9;
}
</style>
border-color css
<style>
span { border-color: #CF59E9; }
span { border-color: rgb(207,89,233); }
td.TdClassName
{
border-color: #CF59E9;
}
.TagClassName
{
border-color: #CF59E9;
}
</style>