Shades of Medium Orchid #CB53EE
Tints of Medium Orchid #CB53EE
RGB
CMYK
RGB Variations
Color information
#CB53EE (or 0xCB53EE) is known color: Medium Orchid. HEX triplet: CB, 53 and EE. RGB value is (203,83,238). Sum of RGB (Red+Green+Blue) = 203+83+238=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53EE is #34AC11. Grayscale: #888888. Windows color (decimal): -3451922 or 15619019. OLE color: 15619019.
HSL color Cylindrical-coordinate representation of color #CB53EE: hue angle of 286.45º degrees, saturation: 0.82, 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 #CB53EE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 83 | 238 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.07 |
| HSL | 286.45º | 0.82% | 0.63% | - |
| HSV(B) | 286.45º | 0.65% | 0.93% | - |
| XYZ | 43.15 | 25.06 | 83.45 | - |
| YUV | 136.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 238 | 0.15 | 0.65 | 0 | 0.07 | 286.45 | 0.82 | 0.63 |
| Hex | CB | 53 | EE | F | 41 | 0 | 7 | 11E | 52 | 3F |
| Octal | 313 | 123 | 356 | 17 | 101 | 0 | 7 | 436 | 122 | 77 |
| Binary | 11001011 | 1010011 | 11101110 | 1111 | 1000001 | 0 | 111 | 100011110 | 1010010 | 111111 |
Color Harmonies of #CB53EE
Complementary color
Monochromatic Colors of #CB53EE
Black with #CB53EE
Text Example
Text Example
White with #CB53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53EE; }
p { color: rgb(203,83,238); }
H1.HeaderClassName
{
color: #CB53EE;
}
.AnyTagClassName
{
color: #CB53EE;
}
</style>
background-color css
<style>
a { background-color: #CB53EE; }
a { background-color: rgb(203,83,238); }
div.DivClassName
{
background-color: #CB53EE;
}
.BgClassName
{
background-color: #CB53EE;
}
</style>
border-color css
<style>
span { border-color: #CB53EE; }
span { border-color: rgb(203,83,238); }
td.TdClassName
{
border-color: #CB53EE;
}
.TagClassName
{
border-color: #CB53EE;
}
</style>