Shades of Medium Orchid #CB37DD
Tints of Medium Orchid #CB37DD
RGB
CMYK
RGB Variations
Color information
#CB37DD (or 0xCB37DD) is known color: Medium Orchid. HEX triplet: CB, 37 and DD. RGB value is (203,55,221). Sum of RGB (Red+Green+Blue) = 203+55+221=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37DD is #34C822. Grayscale: #757575. Windows color (decimal): -3459107 or 14497739. OLE color: 14497739.
HSL color Cylindrical-coordinate representation of color #CB37DD: hue angle of 293.49º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB37DD is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 55 | 221 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.13 |
| HSL | 293.49º | 0.71% | 0.54% | - |
| HSV(B) | 293.49º | 0.75% | 0.87% | - |
| XYZ | 39.05 | 20.65 | 70.33 | - |
| YUV | 118.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 221 | 0.08 | 0.75 | 0 | 0.13 | 293.49 | 0.71 | 0.54 |
| Hex | CB | 37 | DD | 8 | 4B | 0 | D | 125 | 47 | 36 |
| Octal | 313 | 67 | 335 | 10 | 113 | 0 | 15 | 445 | 107 | 66 |
| Binary | 11001011 | 110111 | 11011101 | 1000 | 1001011 | 0 | 1101 | 100100101 | 1000111 | 110110 |
Color Harmonies of #CB37DD
Complementary color
Monochromatic Colors of #CB37DD
Black with #CB37DD
Text Example
Text Example
White with #CB37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37DD; }
p { color: rgb(203,55,221); }
H1.HeaderClassName
{
color: #CB37DD;
}
.AnyTagClassName
{
color: #CB37DD;
}
</style>
background-color css
<style>
a { background-color: #CB37DD; }
a { background-color: rgb(203,55,221); }
div.DivClassName
{
background-color: #CB37DD;
}
.BgClassName
{
background-color: #CB37DD;
}
</style>
border-color css
<style>
span { border-color: #CB37DD; }
span { border-color: rgb(203,55,221); }
td.TdClassName
{
border-color: #CB37DD;
}
.TagClassName
{
border-color: #CB37DD;
}
</style>