Shades of Medium Orchid #CB5BDA
Tints of Medium Orchid #CB5BDA
RGB
CMYK
RGB Variations
Color information
#CB5BDA (or 0xCB5BDA) is known color: Medium Orchid. HEX triplet: CB, 5B and DA. RGB value is (203,91,218). Sum of RGB (Red+Green+Blue) = 203+91+218=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BDA is #34A425. Grayscale: #8A8A8A. Windows color (decimal): -3449894 or 14310347. OLE color: 14310347.
HSL color Cylindrical-coordinate representation of color #CB5BDA: hue angle of 292.91º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5BDA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 91 | 218 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.15 |
| HSL | 292.91º | 0.63% | 0.61% | - |
| HSV(B) | 292.91º | 0.58% | 0.85% | - |
| XYZ | 41.02 | 25.24 | 69.04 | - |
| YUV | 138.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 218 | 0.07 | 0.58 | 0 | 0.15 | 292.91 | 0.63 | 0.61 |
| Hex | CB | 5B | DA | 7 | 3A | 0 | F | 125 | 3F | 3D |
| Octal | 313 | 133 | 332 | 7 | 72 | 0 | 17 | 445 | 77 | 75 |
| Binary | 11001011 | 1011011 | 11011010 | 111 | 111010 | 0 | 1111 | 100100101 | 111111 | 111101 |
Color Harmonies of #CB5BDA
Complementary color
Monochromatic Colors of #CB5BDA
Black with #CB5BDA
Text Example
Text Example
White with #CB5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BDA; }
p { color: rgb(203,91,218); }
H1.HeaderClassName
{
color: #CB5BDA;
}
.AnyTagClassName
{
color: #CB5BDA;
}
</style>
background-color css
<style>
a { background-color: #CB5BDA; }
a { background-color: rgb(203,91,218); }
div.DivClassName
{
background-color: #CB5BDA;
}
.BgClassName
{
background-color: #CB5BDA;
}
</style>
border-color css
<style>
span { border-color: #CB5BDA; }
span { border-color: rgb(203,91,218); }
td.TdClassName
{
border-color: #CB5BDA;
}
.TagClassName
{
border-color: #CB5BDA;
}
</style>