Shades of Medium Orchid #CB53D5
Tints of Medium Orchid #CB53D5
RGB
CMYK
RGB Variations
Color information
#CB53D5 (or 0xCB53D5) is known color: Medium Orchid. HEX triplet: CB, 53 and D5. RGB value is (203,83,213). Sum of RGB (Red+Green+Blue) = 203+83+213=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53D5 is #34AC2A. Grayscale: #858585. Windows color (decimal): -3451947 or 13980619. OLE color: 13980619.
HSL color Cylindrical-coordinate representation of color #CB53D5: hue angle of 295.38º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB53D5 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 83 | 213 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.16 |
| HSL | 295.38º | 0.61% | 0.58% | - |
| HSV(B) | 295.38º | 0.61% | 0.84% | - |
| XYZ | 39.73 | 23.69 | 65.43 | - |
| YUV | 133.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 213 | 0.05 | 0.61 | 0 | 0.16 | 295.38 | 0.61 | 0.58 |
| Hex | CB | 53 | D5 | 5 | 3D | 0 | 10 | 127 | 3D | 3A |
| Octal | 313 | 123 | 325 | 5 | 75 | 0 | 20 | 447 | 75 | 72 |
| Binary | 11001011 | 1010011 | 11010101 | 101 | 111101 | 0 | 10000 | 100100111 | 111101 | 111010 |
Color Harmonies of #CB53D5
Complementary color
Monochromatic Colors of #CB53D5
Black with #CB53D5
Text Example
Text Example
White with #CB53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53D5; }
p { color: rgb(203,83,213); }
H1.HeaderClassName
{
color: #CB53D5;
}
.AnyTagClassName
{
color: #CB53D5;
}
</style>
background-color css
<style>
a { background-color: #CB53D5; }
a { background-color: rgb(203,83,213); }
div.DivClassName
{
background-color: #CB53D5;
}
.BgClassName
{
background-color: #CB53D5;
}
</style>
border-color css
<style>
span { border-color: #CB53D5; }
span { border-color: rgb(203,83,213); }
td.TdClassName
{
border-color: #CB53D5;
}
.TagClassName
{
border-color: #CB53D5;
}
</style>