Shades of Medium Orchid #CF5EEA
Tints of Medium Orchid #CF5EEA
RGB
CMYK
RGB Variations
Color information
#CF5EEA (or 0xCF5EEA) is known color: Medium Orchid. HEX triplet: CF, 5E and EA. RGB value is (207,94,234). Sum of RGB (Red+Green+Blue) = 207+94+234=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF5EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5EEA is #30A115. Grayscale: #8F8F8F. Windows color (decimal): -3186966 or 15359695. OLE color: 15359695.
HSL color Cylindrical-coordinate representation of color #CF5EEA: hue angle of 288.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5EEA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 94 | 234 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.08 |
| HSL | 288.43º | 0.77% | 0.64% | - |
| HSV(B) | 288.43º | 0.6% | 0.92% | - |
| XYZ | 44.59 | 27.21 | 80.74 | - |
| YUV | 143.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 234 | 0.12 | 0.60 | 0 | 0.08 | 288.43 | 0.77 | 0.64 |
| Hex | CF | 5E | EA | C | 3C | 0 | 8 | 120 | 4D | 40 |
| Octal | 317 | 136 | 352 | 14 | 74 | 0 | 10 | 440 | 115 | 100 |
| Binary | 11001111 | 1011110 | 11101010 | 1100 | 111100 | 0 | 1000 | 100100000 | 1001101 | 1000000 |
Color Harmonies of #CF5EEA
Complementary color
Monochromatic Colors of #CF5EEA
Black with #CF5EEA
Text Example
Text Example
White with #CF5EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EEA; }
p { color: rgb(207,94,234); }
H1.HeaderClassName
{
color: #CF5EEA;
}
.AnyTagClassName
{
color: #CF5EEA;
}
</style>
background-color css
<style>
a { background-color: #CF5EEA; }
a { background-color: rgb(207,94,234); }
div.DivClassName
{
background-color: #CF5EEA;
}
.BgClassName
{
background-color: #CF5EEA;
}
</style>
border-color css
<style>
span { border-color: #CF5EEA; }
span { border-color: rgb(207,94,234); }
td.TdClassName
{
border-color: #CF5EEA;
}
.TagClassName
{
border-color: #CF5EEA;
}
</style>