Shades of Medium Orchid #CB31EB
Tints of Medium Orchid #CB31EB
RGB
CMYK
RGB Variations
Color information
#CB31EB (or 0xCB31EB) is known color: Medium Orchid. HEX triplet: CB, 31 and EB. RGB value is (203,49,235). Sum of RGB (Red+Green+Blue) = 203+49+235=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB31EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31EB is #34CE14. Grayscale: #737373. Windows color (decimal): -3460629 or 15413707. OLE color: 15413707.
HSL color Cylindrical-coordinate representation of color #CB31EB: hue angle of 289.68º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB31EB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 49 | 235 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.08 |
| HSL | 289.68º | 0.82% | 0.56% | - |
| HSV(B) | 289.68º | 0.79% | 0.92% | - |
| XYZ | 40.72 | 20.89 | 80.48 | - |
| YUV | 116.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 235 | 0.14 | 0.79 | 0 | 0.08 | 289.68 | 0.82 | 0.56 |
| Hex | CB | 31 | EB | E | 4F | 0 | 8 | 122 | 52 | 38 |
| Octal | 313 | 61 | 353 | 16 | 117 | 0 | 10 | 442 | 122 | 70 |
| Binary | 11001011 | 110001 | 11101011 | 1110 | 1001111 | 0 | 1000 | 100100010 | 1010010 | 111000 |
Color Harmonies of #CB31EB
Complementary color
Monochromatic Colors of #CB31EB
Black with #CB31EB
Text Example
Text Example
White with #CB31EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31EB; }
p { color: rgb(203,49,235); }
H1.HeaderClassName
{
color: #CB31EB;
}
.AnyTagClassName
{
color: #CB31EB;
}
</style>
background-color css
<style>
a { background-color: #CB31EB; }
a { background-color: rgb(203,49,235); }
div.DivClassName
{
background-color: #CB31EB;
}
.BgClassName
{
background-color: #CB31EB;
}
</style>
border-color css
<style>
span { border-color: #CB31EB; }
span { border-color: rgb(203,49,235); }
td.TdClassName
{
border-color: #CB31EB;
}
.TagClassName
{
border-color: #CB31EB;
}
</style>