Shades of Medium Orchid #CF5BDE
Tints of Medium Orchid #CF5BDE
RGB
CMYK
RGB Variations
Color information
#CF5BDE (or 0xCF5BDE) is known color: Medium Orchid. HEX triplet: CF, 5B and DE. RGB value is (207,91,222). Sum of RGB (Red+Green+Blue) = 207+91+222=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF5BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BDE is #30A421. Grayscale: #8C8C8C. Windows color (decimal): -3187746 or 14572495. OLE color: 14572495.
HSL color Cylindrical-coordinate representation of color #CF5BDE: hue angle of 293.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5BDE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 91 | 222 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 293.13º | 0.66% | 0.61% | - |
| HSV(B) | 293.13º | 0.59% | 0.87% | - |
| XYZ | 42.66 | 26.02 | 71.88 | - |
| YUV | 140.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 222 | 0.07 | 0.59 | 0 | 0.13 | 293.13 | 0.66 | 0.61 |
| Hex | CF | 5B | DE | 7 | 3B | 0 | D | 125 | 42 | 3D |
| Octal | 317 | 133 | 336 | 7 | 73 | 0 | 15 | 445 | 102 | 75 |
| Binary | 11001111 | 1011011 | 11011110 | 111 | 111011 | 0 | 1101 | 100100101 | 1000010 | 111101 |
Color Harmonies of #CF5BDE
Complementary color
Monochromatic Colors of #CF5BDE
Black with #CF5BDE
Text Example
Text Example
White with #CF5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BDE; }
p { color: rgb(207,91,222); }
H1.HeaderClassName
{
color: #CF5BDE;
}
.AnyTagClassName
{
color: #CF5BDE;
}
</style>
background-color css
<style>
a { background-color: #CF5BDE; }
a { background-color: rgb(207,91,222); }
div.DivClassName
{
background-color: #CF5BDE;
}
.BgClassName
{
background-color: #CF5BDE;
}
</style>
border-color css
<style>
span { border-color: #CF5BDE; }
span { border-color: rgb(207,91,222); }
td.TdClassName
{
border-color: #CF5BDE;
}
.TagClassName
{
border-color: #CF5BDE;
}
</style>