Shades of Medium Orchid #CF5BEC
Tints of Medium Orchid #CF5BEC
RGB
CMYK
RGB Variations
Color information
#CF5BEC (or 0xCF5BEC) is known color: Medium Orchid. HEX triplet: CF, 5B and EC. RGB value is (207,91,236). Sum of RGB (Red+Green+Blue) = 207+91+236=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF5BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5BEC is #30A413. Grayscale: #8D8D8D. Windows color (decimal): -3187732 or 15489999. OLE color: 15489999.
HSL color Cylindrical-coordinate representation of color #CF5BEC: hue angle of 288º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5BEC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 91 | 236 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 288º | 0.79% | 0.64% | - |
| HSV(B) | 288º | 0.61% | 0.93% | - |
| XYZ | 44.61 | 26.8 | 82.18 | - |
| YUV | 142.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 236 | 0.12 | 0.61 | 0 | 0.07 | 288 | 0.79 | 0.64 |
| Hex | CF | 5B | EC | C | 3D | 0 | 7 | 120 | 4F | 40 |
| Octal | 317 | 133 | 354 | 14 | 75 | 0 | 7 | 440 | 117 | 100 |
| Binary | 11001111 | 1011011 | 11101100 | 1100 | 111101 | 0 | 111 | 100100000 | 1001111 | 1000000 |
Color Harmonies of #CF5BEC
Complementary color
Monochromatic Colors of #CF5BEC
Black with #CF5BEC
Text Example
Text Example
White with #CF5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BEC; }
p { color: rgb(207,91,236); }
H1.HeaderClassName
{
color: #CF5BEC;
}
.AnyTagClassName
{
color: #CF5BEC;
}
</style>
background-color css
<style>
a { background-color: #CF5BEC; }
a { background-color: rgb(207,91,236); }
div.DivClassName
{
background-color: #CF5BEC;
}
.BgClassName
{
background-color: #CF5BEC;
}
</style>
border-color css
<style>
span { border-color: #CF5BEC; }
span { border-color: rgb(207,91,236); }
td.TdClassName
{
border-color: #CF5BEC;
}
.TagClassName
{
border-color: #CF5BEC;
}
</style>