Shades of Medium Orchid #CB5AD8
Tints of Medium Orchid #CB5AD8
RGB
CMYK
RGB Variations
Color information
#CB5AD8 (or 0xCB5AD8) is known color: Medium Orchid. HEX triplet: CB, 5A and D8. RGB value is (203,90,216). Sum of RGB (Red+Green+Blue) = 203+90+216=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AD8 is #34A527. Grayscale: #898989. Windows color (decimal): -3450152 or 14179019. OLE color: 14179019.
HSL color Cylindrical-coordinate representation of color #CB5AD8: hue angle of 293.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5AD8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 90 | 216 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.15 |
| HSL | 293.81º | 0.62% | 0.6% | - |
| HSV(B) | 293.81º | 0.58% | 0.85% | - |
| XYZ | 40.68 | 24.97 | 67.64 | - |
| YUV | 138.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 216 | 0.06 | 0.58 | 0 | 0.15 | 293.81 | 0.62 | 0.6 |
| Hex | CB | 5A | D8 | 6 | 3A | 0 | F | 126 | 3E | 3C |
| Octal | 313 | 132 | 330 | 6 | 72 | 0 | 17 | 446 | 76 | 74 |
| Binary | 11001011 | 1011010 | 11011000 | 110 | 111010 | 0 | 1111 | 100100110 | 111110 | 111100 |
Color Harmonies of #CB5AD8
Complementary color
Monochromatic Colors of #CB5AD8
Black with #CB5AD8
Text Example
Text Example
White with #CB5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AD8; }
p { color: rgb(203,90,216); }
H1.HeaderClassName
{
color: #CB5AD8;
}
.AnyTagClassName
{
color: #CB5AD8;
}
</style>
background-color css
<style>
a { background-color: #CB5AD8; }
a { background-color: rgb(203,90,216); }
div.DivClassName
{
background-color: #CB5AD8;
}
.BgClassName
{
background-color: #CB5AD8;
}
</style>
border-color css
<style>
span { border-color: #CB5AD8; }
span { border-color: rgb(203,90,216); }
td.TdClassName
{
border-color: #CB5AD8;
}
.TagClassName
{
border-color: #CB5AD8;
}
</style>