Shades of Medium Orchid #CB5CDA
Tints of Medium Orchid #CB5CDA
RGB
CMYK
RGB Variations
Color information
#CB5CDA (or 0xCB5CDA) is known color: Medium Orchid. HEX triplet: CB, 5C and DA. RGB value is (203,92,218). Sum of RGB (Red+Green+Blue) = 203+92+218=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CDA is #34A325. Grayscale: #8B8B8B. Windows color (decimal): -3449638 or 14310603. OLE color: 14310603.
HSL color Cylindrical-coordinate representation of color #CB5CDA: hue angle of 292.86º 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 #CB5CDA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 92 | 218 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.15 |
| HSL | 292.86º | 0.63% | 0.61% | - |
| HSV(B) | 292.86º | 0.58% | 0.85% | - |
| XYZ | 41.11 | 25.41 | 69.07 | - |
| YUV | 139.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 218 | 0.07 | 0.58 | 0 | 0.15 | 292.86 | 0.63 | 0.61 |
| Hex | CB | 5C | DA | 7 | 3A | 0 | F | 125 | 3F | 3D |
| Octal | 313 | 134 | 332 | 7 | 72 | 0 | 17 | 445 | 77 | 75 |
| Binary | 11001011 | 1011100 | 11011010 | 111 | 111010 | 0 | 1111 | 100100101 | 111111 | 111101 |
Color Harmonies of #CB5CDA
Complementary color
Monochromatic Colors of #CB5CDA
Black with #CB5CDA
Text Example
Text Example
White with #CB5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CDA; }
p { color: rgb(203,92,218); }
H1.HeaderClassName
{
color: #CB5CDA;
}
.AnyTagClassName
{
color: #CB5CDA;
}
</style>
background-color css
<style>
a { background-color: #CB5CDA; }
a { background-color: rgb(203,92,218); }
div.DivClassName
{
background-color: #CB5CDA;
}
.BgClassName
{
background-color: #CB5CDA;
}
</style>
border-color css
<style>
span { border-color: #CB5CDA; }
span { border-color: rgb(203,92,218); }
td.TdClassName
{
border-color: #CB5CDA;
}
.TagClassName
{
border-color: #CB5CDA;
}
</style>