Shades of Medium Orchid #CB5BDF
Tints of Medium Orchid #CB5BDF
RGB
CMYK
RGB Variations
Color information
#CB5BDF (or 0xCB5BDF) is known color: Medium Orchid. HEX triplet: CB, 5B and DF. RGB value is (203,91,223). Sum of RGB (Red+Green+Blue) = 203+91+223=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BDF is #34A420. Grayscale: #8B8B8B. Windows color (decimal): -3449889 or 14638027. OLE color: 14638027.
HSL color Cylindrical-coordinate representation of color #CB5BDF: hue angle of 290.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5BDF is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 91 | 223 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.13 |
| HSL | 290.91º | 0.67% | 0.62% | - |
| HSV(B) | 290.91º | 0.59% | 0.87% | - |
| XYZ | 41.69 | 25.51 | 72.54 | - |
| YUV | 139.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 223 | 0.09 | 0.59 | 0 | 0.13 | 290.91 | 0.67 | 0.62 |
| Hex | CB | 5B | DF | 9 | 3B | 0 | D | 123 | 43 | 3E |
| Octal | 313 | 133 | 337 | 11 | 73 | 0 | 15 | 443 | 103 | 76 |
| Binary | 11001011 | 1011011 | 11011111 | 1001 | 111011 | 0 | 1101 | 100100011 | 1000011 | 111110 |
Color Harmonies of #CB5BDF
Complementary color
Monochromatic Colors of #CB5BDF
Black with #CB5BDF
Text Example
Text Example
White with #CB5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BDF; }
p { color: rgb(203,91,223); }
H1.HeaderClassName
{
color: #CB5BDF;
}
.AnyTagClassName
{
color: #CB5BDF;
}
</style>
background-color css
<style>
a { background-color: #CB5BDF; }
a { background-color: rgb(203,91,223); }
div.DivClassName
{
background-color: #CB5BDF;
}
.BgClassName
{
background-color: #CB5BDF;
}
</style>
border-color css
<style>
span { border-color: #CB5BDF; }
span { border-color: rgb(203,91,223); }
td.TdClassName
{
border-color: #CB5BDF;
}
.TagClassName
{
border-color: #CB5BDF;
}
</style>