Shades of Medium Orchid #CB5AD4
Tints of Medium Orchid #CB5AD4
RGB
CMYK
RGB Variations
Color information
#CB5AD4 (or 0xCB5AD4) is known color: Medium Orchid. HEX triplet: CB, 5A and D4. RGB value is (203,90,212). Sum of RGB (Red+Green+Blue) = 203+90+212=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AD4 is #34A52B. Grayscale: #898989. Windows color (decimal): -3450156 or 13916875. OLE color: 13916875.
HSL color Cylindrical-coordinate representation of color #CB5AD4: hue angle of 295.57º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5AD4 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 90 | 212 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.17 |
| HSL | 295.57º | 0.59% | 0.59% | - |
| HSV(B) | 295.57º | 0.58% | 0.83% | - |
| XYZ | 40.17 | 24.76 | 64.95 | - |
| YUV | 137.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 212 | 0.04 | 0.58 | 0 | 0.17 | 295.57 | 0.59 | 0.59 |
| Hex | CB | 5A | D4 | 4 | 3A | 0 | 11 | 128 | 3B | 3B |
| Octal | 313 | 132 | 324 | 4 | 72 | 0 | 21 | 450 | 73 | 73 |
| Binary | 11001011 | 1011010 | 11010100 | 100 | 111010 | 0 | 10001 | 100101000 | 111011 | 111011 |
Color Harmonies of #CB5AD4
Complementary color
Monochromatic Colors of #CB5AD4
Black with #CB5AD4
Text Example
Text Example
White with #CB5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AD4; }
p { color: rgb(203,90,212); }
H1.HeaderClassName
{
color: #CB5AD4;
}
.AnyTagClassName
{
color: #CB5AD4;
}
</style>
background-color css
<style>
a { background-color: #CB5AD4; }
a { background-color: rgb(203,90,212); }
div.DivClassName
{
background-color: #CB5AD4;
}
.BgClassName
{
background-color: #CB5AD4;
}
</style>
border-color css
<style>
span { border-color: #CB5AD4; }
span { border-color: rgb(203,90,212); }
td.TdClassName
{
border-color: #CB5AD4;
}
.TagClassName
{
border-color: #CB5AD4;
}
</style>