Shades of Medium Orchid #CF5EE0
Tints of Medium Orchid #CF5EE0
RGB
CMYK
RGB Variations
Color information
#CF5EE0 (or 0xCF5EE0) is known color: Medium Orchid. HEX triplet: CF, 5E and E0. RGB value is (207,94,224). Sum of RGB (Red+Green+Blue) = 207+94+224=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EE0 is #30A11F. Grayscale: #8E8E8E. Windows color (decimal): -3186976 or 14704335. OLE color: 14704335.
HSL color Cylindrical-coordinate representation of color #CF5EE0: hue angle of 292.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5EE0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 94 | 224 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.12 |
| HSL | 292.15º | 0.68% | 0.62% | - |
| HSV(B) | 292.15º | 0.58% | 0.88% | - |
| XYZ | 43.19 | 26.65 | 73.39 | - |
| YUV | 142.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 224 | 0.08 | 0.58 | 0 | 0.12 | 292.15 | 0.68 | 0.62 |
| Hex | CF | 5E | E0 | 8 | 3A | 0 | C | 124 | 44 | 3E |
| Octal | 317 | 136 | 340 | 10 | 72 | 0 | 14 | 444 | 104 | 76 |
| Binary | 11001111 | 1011110 | 11100000 | 1000 | 111010 | 0 | 1100 | 100100100 | 1000100 | 111110 |
Color Harmonies of #CF5EE0
Complementary color
Monochromatic Colors of #CF5EE0
Black with #CF5EE0
Text Example
Text Example
White with #CF5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EE0; }
p { color: rgb(207,94,224); }
H1.HeaderClassName
{
color: #CF5EE0;
}
.AnyTagClassName
{
color: #CF5EE0;
}
</style>
background-color css
<style>
a { background-color: #CF5EE0; }
a { background-color: rgb(207,94,224); }
div.DivClassName
{
background-color: #CF5EE0;
}
.BgClassName
{
background-color: #CF5EE0;
}
</style>
border-color css
<style>
span { border-color: #CF5EE0; }
span { border-color: rgb(207,94,224); }
td.TdClassName
{
border-color: #CF5EE0;
}
.TagClassName
{
border-color: #CF5EE0;
}
</style>