Shades of Medium Orchid #CB5ADC
Tints of Medium Orchid #CB5ADC
RGB
CMYK
RGB Variations
Color information
#CB5ADC (or 0xCB5ADC) is known color: Medium Orchid. HEX triplet: CB, 5A and DC. RGB value is (203,90,220). Sum of RGB (Red+Green+Blue) = 203+90+220=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ADC is #34A523. Grayscale: #8A8A8A. Windows color (decimal): -3450148 or 14441163. OLE color: 14441163.
HSL color Cylindrical-coordinate representation of color #CB5ADC: hue angle of 292.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5ADC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 90 | 220 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.14 |
| HSL | 292.15º | 0.65% | 0.61% | - |
| HSV(B) | 292.15º | 0.59% | 0.86% | - |
| XYZ | 41.2 | 25.18 | 70.4 | - |
| YUV | 138.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 220 | 0.08 | 0.59 | 0 | 0.14 | 292.15 | 0.65 | 0.61 |
| Hex | CB | 5A | DC | 8 | 3B | 0 | E | 124 | 41 | 3D |
| Octal | 313 | 132 | 334 | 10 | 73 | 0 | 16 | 444 | 101 | 75 |
| Binary | 11001011 | 1011010 | 11011100 | 1000 | 111011 | 0 | 1110 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CB5ADC
Complementary color
Monochromatic Colors of #CB5ADC
Black with #CB5ADC
Text Example
Text Example
White with #CB5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5ADC; }
p { color: rgb(203,90,220); }
H1.HeaderClassName
{
color: #CB5ADC;
}
.AnyTagClassName
{
color: #CB5ADC;
}
</style>
background-color css
<style>
a { background-color: #CB5ADC; }
a { background-color: rgb(203,90,220); }
div.DivClassName
{
background-color: #CB5ADC;
}
.BgClassName
{
background-color: #CB5ADC;
}
</style>
border-color css
<style>
span { border-color: #CB5ADC; }
span { border-color: rgb(203,90,220); }
td.TdClassName
{
border-color: #CB5ADC;
}
.TagClassName
{
border-color: #CB5ADC;
}
</style>