Shades of Medium Orchid #CF5BEB
Tints of Medium Orchid #CF5BEB
RGB
CMYK
RGB Variations
Color information
#CF5BEB (or 0xCF5BEB) is known color: Medium Orchid. HEX triplet: CF, 5B and EB. RGB value is (207,91,235). Sum of RGB (Red+Green+Blue) = 207+91+235=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5BEB is #30A414. Grayscale: #8D8D8D. Windows color (decimal): -3187733 or 15424463. OLE color: 15424463.
HSL color Cylindrical-coordinate representation of color #CF5BEB: hue angle of 288.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5BEB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 91 | 235 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.08 |
| HSL | 288.33º | 0.78% | 0.64% | - |
| HSV(B) | 288.33º | 0.61% | 0.92% | - |
| XYZ | 44.47 | 26.75 | 81.42 | - |
| YUV | 142.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 235 | 0.12 | 0.61 | 0 | 0.08 | 288.33 | 0.78 | 0.64 |
| Hex | CF | 5B | EB | C | 3D | 0 | 8 | 120 | 4E | 40 |
| Octal | 317 | 133 | 353 | 14 | 75 | 0 | 10 | 440 | 116 | 100 |
| Binary | 11001111 | 1011011 | 11101011 | 1100 | 111101 | 0 | 1000 | 100100000 | 1001110 | 1000000 |
Color Harmonies of #CF5BEB
Complementary color
Monochromatic Colors of #CF5BEB
Black with #CF5BEB
Text Example
Text Example
White with #CF5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BEB; }
p { color: rgb(207,91,235); }
H1.HeaderClassName
{
color: #CF5BEB;
}
.AnyTagClassName
{
color: #CF5BEB;
}
</style>
background-color css
<style>
a { background-color: #CF5BEB; }
a { background-color: rgb(207,91,235); }
div.DivClassName
{
background-color: #CF5BEB;
}
.BgClassName
{
background-color: #CF5BEB;
}
</style>
border-color css
<style>
span { border-color: #CF5BEB; }
span { border-color: rgb(207,91,235); }
td.TdClassName
{
border-color: #CF5BEB;
}
.TagClassName
{
border-color: #CF5BEB;
}
</style>