Shades of Medium Orchid #CF59E5
Tints of Medium Orchid #CF59E5
RGB
CMYK
RGB Variations
Color information
#CF59E5 (or 0xCF59E5) is known color: Medium Orchid. HEX triplet: CF, 59 and E5. RGB value is (207,89,229). Sum of RGB (Red+Green+Blue) = 207+89+229=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59E5 is #30A61A. Grayscale: #8B8B8B. Windows color (decimal): -3188251 or 15030735. OLE color: 15030735.
HSL color Cylindrical-coordinate representation of color #CF59E5: hue angle of 290.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF59E5 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 89 | 229 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.10 |
| HSL | 290.57º | 0.73% | 0.62% | - |
| HSV(B) | 290.57º | 0.61% | 0.9% | - |
| XYZ | 43.45 | 26.07 | 76.87 | - |
| YUV | 140.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 229 | 0.10 | 0.61 | 0 | 0.10 | 290.57 | 0.73 | 0.62 |
| Hex | CF | 59 | E5 | A | 3D | 0 | A | 123 | 49 | 3E |
| Octal | 317 | 131 | 345 | 12 | 75 | 0 | 12 | 443 | 111 | 76 |
| Binary | 11001111 | 1011001 | 11100101 | 1010 | 111101 | 0 | 1010 | 100100011 | 1001001 | 111110 |
Color Harmonies of #CF59E5
Complementary color
Monochromatic Colors of #CF59E5
Black with #CF59E5
Text Example
Text Example
White with #CF59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59E5; }
p { color: rgb(207,89,229); }
H1.HeaderClassName
{
color: #CF59E5;
}
.AnyTagClassName
{
color: #CF59E5;
}
</style>
background-color css
<style>
a { background-color: #CF59E5; }
a { background-color: rgb(207,89,229); }
div.DivClassName
{
background-color: #CF59E5;
}
.BgClassName
{
background-color: #CF59E5;
}
</style>
border-color css
<style>
span { border-color: #CF59E5; }
span { border-color: rgb(207,89,229); }
td.TdClassName
{
border-color: #CF59E5;
}
.TagClassName
{
border-color: #CF59E5;
}
</style>