Shades of Medium Orchid #CB31EC
Tints of Medium Orchid #CB31EC
RGB
CMYK
RGB Variations
Color information
#CB31EC (or 0xCB31EC) is known color: Medium Orchid. HEX triplet: CB, 31 and EC. RGB value is (203,49,236). Sum of RGB (Red+Green+Blue) = 203+49+236=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31EC is #34CE13. Grayscale: #737373. Windows color (decimal): -3460628 or 15479243. OLE color: 15479243.
HSL color Cylindrical-coordinate representation of color #CB31EC: hue angle of 289.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB31EC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 49 | 236 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.41º | 0.83% | 0.56% | - |
| HSV(B) | 289.41º | 0.79% | 0.93% | - |
| XYZ | 40.87 | 20.95 | 81.25 | - |
| YUV | 116.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 236 | 0.14 | 0.79 | 0 | 0.07 | 289.41 | 0.83 | 0.56 |
| Hex | CB | 31 | EC | E | 4F | 0 | 7 | 121 | 53 | 38 |
| Octal | 313 | 61 | 354 | 16 | 117 | 0 | 7 | 441 | 123 | 70 |
| Binary | 11001011 | 110001 | 11101100 | 1110 | 1001111 | 0 | 111 | 100100001 | 1010011 | 111000 |
Color Harmonies of #CB31EC
Complementary color
Monochromatic Colors of #CB31EC
Black with #CB31EC
Text Example
Text Example
White with #CB31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31EC; }
p { color: rgb(203,49,236); }
H1.HeaderClassName
{
color: #CB31EC;
}
.AnyTagClassName
{
color: #CB31EC;
}
</style>
background-color css
<style>
a { background-color: #CB31EC; }
a { background-color: rgb(203,49,236); }
div.DivClassName
{
background-color: #CB31EC;
}
.BgClassName
{
background-color: #CB31EC;
}
</style>
border-color css
<style>
span { border-color: #CB31EC; }
span { border-color: rgb(203,49,236); }
td.TdClassName
{
border-color: #CB31EC;
}
.TagClassName
{
border-color: #CB31EC;
}
</style>