Shades of Medium Orchid #CF4EE0
Tints of Medium Orchid #CF4EE0
RGB
CMYK
RGB Variations
Color information
#CF4EE0 (or 0xCF4EE0) is known color: Medium Orchid. HEX triplet: CF, 4E and E0. RGB value is (207,78,224). Sum of RGB (Red+Green+Blue) = 207+78+224=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF4EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EE0 is #30B11F. Grayscale: #848484. Windows color (decimal): -3191072 or 14700239. OLE color: 14700239.
HSL color Cylindrical-coordinate representation of color #CF4EE0: hue angle of 293.01º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4EE0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 78 | 224 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.12 |
| HSL | 293.01º | 0.7% | 0.59% | - |
| HSV(B) | 293.01º | 0.65% | 0.88% | - |
| XYZ | 41.91 | 24.1 | 72.96 | - |
| YUV | 133.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 224 | 0.08 | 0.65 | 0 | 0.12 | 293.01 | 0.7 | 0.59 |
| Hex | CF | 4E | E0 | 8 | 41 | 0 | C | 125 | 46 | 3B |
| Octal | 317 | 116 | 340 | 10 | 101 | 0 | 14 | 445 | 106 | 73 |
| Binary | 11001111 | 1001110 | 11100000 | 1000 | 1000001 | 0 | 1100 | 100100101 | 1000110 | 111011 |
Color Harmonies of #CF4EE0
Complementary color
Monochromatic Colors of #CF4EE0
Black with #CF4EE0
Text Example
Text Example
White with #CF4EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EE0; }
p { color: rgb(207,78,224); }
H1.HeaderClassName
{
color: #CF4EE0;
}
.AnyTagClassName
{
color: #CF4EE0;
}
</style>
background-color css
<style>
a { background-color: #CF4EE0; }
a { background-color: rgb(207,78,224); }
div.DivClassName
{
background-color: #CF4EE0;
}
.BgClassName
{
background-color: #CF4EE0;
}
</style>
border-color css
<style>
span { border-color: #CF4EE0; }
span { border-color: rgb(207,78,224); }
td.TdClassName
{
border-color: #CF4EE0;
}
.TagClassName
{
border-color: #CF4EE0;
}
</style>