Shades of Medium Orchid #CB5AD5
Tints of Medium Orchid #CB5AD5
RGB
CMYK
RGB Variations
Color information
#CB5AD5 (or 0xCB5AD5) is known color: Medium Orchid. HEX triplet: CB, 5A and D5. RGB value is (203,90,213). Sum of RGB (Red+Green+Blue) = 203+90+213=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB5AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AD5 is #34A52A. Grayscale: #898989. Windows color (decimal): -3450155 or 13982411. OLE color: 13982411.
HSL color Cylindrical-coordinate representation of color #CB5AD5: hue angle of 295.12º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5AD5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 90 | 213 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.16 |
| HSL | 295.12º | 0.59% | 0.59% | - |
| HSV(B) | 295.12º | 0.58% | 0.84% | - |
| XYZ | 40.3 | 24.81 | 65.62 | - |
| YUV | 137.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 213 | 0.05 | 0.58 | 0 | 0.16 | 295.12 | 0.59 | 0.59 |
| Hex | CB | 5A | D5 | 5 | 3A | 0 | 10 | 127 | 3B | 3B |
| Octal | 313 | 132 | 325 | 5 | 72 | 0 | 20 | 447 | 73 | 73 |
| Binary | 11001011 | 1011010 | 11010101 | 101 | 111010 | 0 | 10000 | 100100111 | 111011 | 111011 |
Color Harmonies of #CB5AD5
Complementary color
Monochromatic Colors of #CB5AD5
Black with #CB5AD5
Text Example
Text Example
White with #CB5AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AD5; }
p { color: rgb(203,90,213); }
H1.HeaderClassName
{
color: #CB5AD5;
}
.AnyTagClassName
{
color: #CB5AD5;
}
</style>
background-color css
<style>
a { background-color: #CB5AD5; }
a { background-color: rgb(203,90,213); }
div.DivClassName
{
background-color: #CB5AD5;
}
.BgClassName
{
background-color: #CB5AD5;
}
</style>
border-color css
<style>
span { border-color: #CB5AD5; }
span { border-color: rgb(203,90,213); }
td.TdClassName
{
border-color: #CB5AD5;
}
.TagClassName
{
border-color: #CB5AD5;
}
</style>