Shades of Medium Orchid #CB5CDC
Tints of Medium Orchid #CB5CDC
RGB
CMYK
RGB Variations
Color information
#CB5CDC (or 0xCB5CDC) is known color: Medium Orchid. HEX triplet: CB, 5C and DC. RGB value is (203,92,220). Sum of RGB (Red+Green+Blue) = 203+92+220=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CDC is #34A323. Grayscale: #8B8B8B. Windows color (decimal): -3449636 or 14441675. OLE color: 14441675.
HSL color Cylindrical-coordinate representation of color #CB5CDC: hue angle of 292.03º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5CDC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 92 | 220 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.14 |
| HSL | 292.03º | 0.65% | 0.61% | - |
| HSV(B) | 292.03º | 0.58% | 0.86% | - |
| XYZ | 41.37 | 25.52 | 70.45 | - |
| YUV | 139.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 220 | 0.08 | 0.58 | 0 | 0.14 | 292.03 | 0.65 | 0.61 |
| Hex | CB | 5C | DC | 8 | 3A | 0 | E | 124 | 41 | 3D |
| Octal | 313 | 134 | 334 | 10 | 72 | 0 | 16 | 444 | 101 | 75 |
| Binary | 11001011 | 1011100 | 11011100 | 1000 | 111010 | 0 | 1110 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CB5CDC
Complementary color
Monochromatic Colors of #CB5CDC
Black with #CB5CDC
Text Example
Text Example
White with #CB5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CDC; }
p { color: rgb(203,92,220); }
H1.HeaderClassName
{
color: #CB5CDC;
}
.AnyTagClassName
{
color: #CB5CDC;
}
</style>
background-color css
<style>
a { background-color: #CB5CDC; }
a { background-color: rgb(203,92,220); }
div.DivClassName
{
background-color: #CB5CDC;
}
.BgClassName
{
background-color: #CB5CDC;
}
</style>
border-color css
<style>
span { border-color: #CB5CDC; }
span { border-color: rgb(203,92,220); }
td.TdClassName
{
border-color: #CB5CDC;
}
.TagClassName
{
border-color: #CB5CDC;
}
</style>