Shades of Medium Orchid #CF59E7
Tints of Medium Orchid #CF59E7
RGB
CMYK
RGB Variations
Color information
#CF59E7 (or 0xCF59E7) is known color: Medium Orchid. HEX triplet: CF, 59 and E7. RGB value is (207,89,231). Sum of RGB (Red+Green+Blue) = 207+89+231=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF59E7 is #30A618. Grayscale: #8C8C8C. Windows color (decimal): -3188249 or 15161807. OLE color: 15161807.
HSL color Cylindrical-coordinate representation of color #CF59E7: hue angle of 289.86º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF59E7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 89 | 231 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.09 |
| HSL | 289.86º | 0.75% | 0.63% | - |
| HSV(B) | 289.86º | 0.61% | 0.91% | - |
| XYZ | 43.73 | 26.18 | 78.35 | - |
| YUV | 140.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 231 | 0.10 | 0.61 | 0 | 0.09 | 289.86 | 0.75 | 0.63 |
| Hex | CF | 59 | E7 | A | 3D | 0 | 9 | 122 | 4B | 3F |
| Octal | 317 | 131 | 347 | 12 | 75 | 0 | 11 | 442 | 113 | 77 |
| Binary | 11001111 | 1011001 | 11100111 | 1010 | 111101 | 0 | 1001 | 100100010 | 1001011 | 111111 |
Color Harmonies of #CF59E7
Complementary color
Monochromatic Colors of #CF59E7
Black with #CF59E7
Text Example
Text Example
White with #CF59E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59E7; }
p { color: rgb(207,89,231); }
H1.HeaderClassName
{
color: #CF59E7;
}
.AnyTagClassName
{
color: #CF59E7;
}
</style>
background-color css
<style>
a { background-color: #CF59E7; }
a { background-color: rgb(207,89,231); }
div.DivClassName
{
background-color: #CF59E7;
}
.BgClassName
{
background-color: #CF59E7;
}
</style>
border-color css
<style>
span { border-color: #CF59E7; }
span { border-color: rgb(207,89,231); }
td.TdClassName
{
border-color: #CF59E7;
}
.TagClassName
{
border-color: #CF59E7;
}
</style>