Shades of Medium Orchid #CB31EE
Tints of Medium Orchid #CB31EE
RGB
CMYK
RGB Variations
Color information
#CB31EE (or 0xCB31EE) is known color: Medium Orchid. HEX triplet: CB, 31 and EE. RGB value is (203,49,238). Sum of RGB (Red+Green+Blue) = 203+49+238=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31EE is #34CE11. Grayscale: #737373. Windows color (decimal): -3460626 or 15610315. OLE color: 15610315.
HSL color Cylindrical-coordinate representation of color #CB31EE: hue angle of 288.89º degrees, saturation: 0.85, 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 #CB31EE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 49 | 238 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.07 |
| HSL | 288.89º | 0.85% | 0.56% | - |
| HSV(B) | 288.89º | 0.79% | 0.93% | - |
| XYZ | 41.16 | 21.07 | 82.79 | - |
| YUV | 116.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 238 | 0.15 | 0.79 | 0 | 0.07 | 288.89 | 0.85 | 0.56 |
| Hex | CB | 31 | EE | F | 4F | 0 | 7 | 121 | 55 | 38 |
| Octal | 313 | 61 | 356 | 17 | 117 | 0 | 7 | 441 | 125 | 70 |
| Binary | 11001011 | 110001 | 11101110 | 1111 | 1001111 | 0 | 111 | 100100001 | 1010101 | 111000 |
Color Harmonies of #CB31EE
Complementary color
Monochromatic Colors of #CB31EE
Black with #CB31EE
Text Example
Text Example
White with #CB31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31EE; }
p { color: rgb(203,49,238); }
H1.HeaderClassName
{
color: #CB31EE;
}
.AnyTagClassName
{
color: #CB31EE;
}
</style>
background-color css
<style>
a { background-color: #CB31EE; }
a { background-color: rgb(203,49,238); }
div.DivClassName
{
background-color: #CB31EE;
}
.BgClassName
{
background-color: #CB31EE;
}
</style>
border-color css
<style>
span { border-color: #CB31EE; }
span { border-color: rgb(203,49,238); }
td.TdClassName
{
border-color: #CB31EE;
}
.TagClassName
{
border-color: #CB31EE;
}
</style>