Shades of Medium Orchid #CB53E0
Tints of Medium Orchid #CB53E0
RGB
CMYK
RGB Variations
Color information
#CB53E0 (or 0xCB53E0) is known color: Medium Orchid. HEX triplet: CB, 53 and E0. RGB value is (203,83,224). Sum of RGB (Red+Green+Blue) = 203+83+224=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB53E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53E0 is #34AC1F. Grayscale: #868686. Windows color (decimal): -3451936 or 14701515. OLE color: 14701515.
HSL color Cylindrical-coordinate representation of color #CB53E0: hue angle of 291.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB53E0 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 83 | 224 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.12 |
| HSL | 291.06º | 0.69% | 0.6% | - |
| HSV(B) | 291.06º | 0.63% | 0.88% | - |
| XYZ | 41.18 | 24.26 | 73.03 | - |
| YUV | 134.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 224 | 0.09 | 0.63 | 0 | 0.12 | 291.06 | 0.69 | 0.6 |
| Hex | CB | 53 | E0 | 9 | 3F | 0 | C | 123 | 45 | 3C |
| Octal | 313 | 123 | 340 | 11 | 77 | 0 | 14 | 443 | 105 | 74 |
| Binary | 11001011 | 1010011 | 11100000 | 1001 | 111111 | 0 | 1100 | 100100011 | 1000101 | 111100 |
Color Harmonies of #CB53E0
Complementary color
Monochromatic Colors of #CB53E0
Black with #CB53E0
Text Example
Text Example
White with #CB53E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53E0; }
p { color: rgb(203,83,224); }
H1.HeaderClassName
{
color: #CB53E0;
}
.AnyTagClassName
{
color: #CB53E0;
}
</style>
background-color css
<style>
a { background-color: #CB53E0; }
a { background-color: rgb(203,83,224); }
div.DivClassName
{
background-color: #CB53E0;
}
.BgClassName
{
background-color: #CB53E0;
}
</style>
border-color css
<style>
span { border-color: #CB53E0; }
span { border-color: rgb(203,83,224); }
td.TdClassName
{
border-color: #CB53E0;
}
.TagClassName
{
border-color: #CB53E0;
}
</style>