Shades of Medium Orchid #CF5DEA
Tints of Medium Orchid #CF5DEA
RGB
CMYK
RGB Variations
Color information
#CF5DEA (or 0xCF5DEA) is known color: Medium Orchid. HEX triplet: CF, 5D and EA. RGB value is (207,93,234). Sum of RGB (Red+Green+Blue) = 207+93+234=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DEA is #30A215. Grayscale: #8E8E8E. Windows color (decimal): -3187222 or 15359439. OLE color: 15359439.
HSL color Cylindrical-coordinate representation of color #CF5DEA: hue angle of 288.51º 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 #CF5DEA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 93 | 234 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.08 |
| HSL | 288.51º | 0.77% | 0.64% | - |
| HSV(B) | 288.51º | 0.6% | 0.92% | - |
| XYZ | 44.5 | 27.03 | 80.71 | - |
| YUV | 143.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 234 | 0.12 | 0.60 | 0 | 0.08 | 288.51 | 0.77 | 0.64 |
| Hex | CF | 5D | EA | C | 3C | 0 | 8 | 121 | 4D | 40 |
| Octal | 317 | 135 | 352 | 14 | 74 | 0 | 10 | 441 | 115 | 100 |
| Binary | 11001111 | 1011101 | 11101010 | 1100 | 111100 | 0 | 1000 | 100100001 | 1001101 | 1000000 |
Color Harmonies of #CF5DEA
Complementary color
Monochromatic Colors of #CF5DEA
Black with #CF5DEA
Text Example
Text Example
White with #CF5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DEA; }
p { color: rgb(207,93,234); }
H1.HeaderClassName
{
color: #CF5DEA;
}
.AnyTagClassName
{
color: #CF5DEA;
}
</style>
background-color css
<style>
a { background-color: #CF5DEA; }
a { background-color: rgb(207,93,234); }
div.DivClassName
{
background-color: #CF5DEA;
}
.BgClassName
{
background-color: #CF5DEA;
}
</style>
border-color css
<style>
span { border-color: #CF5DEA; }
span { border-color: rgb(207,93,234); }
td.TdClassName
{
border-color: #CF5DEA;
}
.TagClassName
{
border-color: #CF5DEA;
}
</style>