Shades of Medium Orchid #CB53ED
Tints of Medium Orchid #CB53ED
RGB
CMYK
RGB Variations
Color information
#CB53ED (or 0xCB53ED) is known color: Medium Orchid. HEX triplet: CB, 53 and ED. RGB value is (203,83,237). Sum of RGB (Red+Green+Blue) = 203+83+237=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB53ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53ED is #34AC12. Grayscale: #878787. Windows color (decimal): -3451923 or 15553483. OLE color: 15553483.
HSL color Cylindrical-coordinate representation of color #CB53ED: hue angle of 286.75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB53ED is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 83 | 237 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.07 |
| HSL | 286.75º | 0.81% | 0.63% | - |
| HSV(B) | 286.75º | 0.65% | 0.93% | - |
| XYZ | 43.01 | 25 | 82.68 | - |
| YUV | 136.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 237 | 0.14 | 0.65 | 0 | 0.07 | 286.75 | 0.81 | 0.63 |
| Hex | CB | 53 | ED | E | 41 | 0 | 7 | 11F | 51 | 3F |
| Octal | 313 | 123 | 355 | 16 | 101 | 0 | 7 | 437 | 121 | 77 |
| Binary | 11001011 | 1010011 | 11101101 | 1110 | 1000001 | 0 | 111 | 100011111 | 1010001 | 111111 |
Color Harmonies of #CB53ED
Complementary color
Monochromatic Colors of #CB53ED
Black with #CB53ED
Text Example
Text Example
White with #CB53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53ED; }
p { color: rgb(203,83,237); }
H1.HeaderClassName
{
color: #CB53ED;
}
.AnyTagClassName
{
color: #CB53ED;
}
</style>
background-color css
<style>
a { background-color: #CB53ED; }
a { background-color: rgb(203,83,237); }
div.DivClassName
{
background-color: #CB53ED;
}
.BgClassName
{
background-color: #CB53ED;
}
</style>
border-color css
<style>
span { border-color: #CB53ED; }
span { border-color: rgb(203,83,237); }
td.TdClassName
{
border-color: #CB53ED;
}
.TagClassName
{
border-color: #CB53ED;
}
</style>