Shades of Medium Orchid #CB31DD
Tints of Medium Orchid #CB31DD
RGB
CMYK
RGB Variations
Color information
#CB31DD (or 0xCB31DD) is known color: Medium Orchid. HEX triplet: CB, 31 and DD. RGB value is (203,49,221). Sum of RGB (Red+Green+Blue) = 203+49+221=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31DD is #34CE22. Grayscale: #727272. Windows color (decimal): -3460643 or 14496203. OLE color: 14496203.
HSL color Cylindrical-coordinate representation of color #CB31DD: hue angle of 293.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB31DD is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 49 | 221 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.13 |
| HSL | 293.72º | 0.72% | 0.53% | - |
| HSV(B) | 293.72º | 0.78% | 0.87% | - |
| XYZ | 38.78 | 20.11 | 70.25 | - |
| YUV | 114.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 221 | 0.08 | 0.78 | 0 | 0.13 | 293.72 | 0.72 | 0.53 |
| Hex | CB | 31 | DD | 8 | 4E | 0 | D | 126 | 48 | 35 |
| Octal | 313 | 61 | 335 | 10 | 116 | 0 | 15 | 446 | 110 | 65 |
| Binary | 11001011 | 110001 | 11011101 | 1000 | 1001110 | 0 | 1101 | 100100110 | 1001000 | 110101 |
Color Harmonies of #CB31DD
Complementary color
Monochromatic Colors of #CB31DD
Black with #CB31DD
Text Example
Text Example
White with #CB31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31DD; }
p { color: rgb(203,49,221); }
H1.HeaderClassName
{
color: #CB31DD;
}
.AnyTagClassName
{
color: #CB31DD;
}
</style>
background-color css
<style>
a { background-color: #CB31DD; }
a { background-color: rgb(203,49,221); }
div.DivClassName
{
background-color: #CB31DD;
}
.BgClassName
{
background-color: #CB31DD;
}
</style>
border-color css
<style>
span { border-color: #CB31DD; }
span { border-color: rgb(203,49,221); }
td.TdClassName
{
border-color: #CB31DD;
}
.TagClassName
{
border-color: #CB31DD;
}
</style>