Shades of Medium Orchid #CB37DB
Tints of Medium Orchid #CB37DB
RGB
CMYK
RGB Variations
Color information
#CB37DB (or 0xCB37DB) is known color: Medium Orchid. HEX triplet: CB, 37 and DB. RGB value is (203,55,219). Sum of RGB (Red+Green+Blue) = 203+55+219=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37DB is #34C824. Grayscale: #757575. Windows color (decimal): -3459109 or 14366667. OLE color: 14366667.
HSL color Cylindrical-coordinate representation of color #CB37DB: hue angle of 294.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB37DB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 55 | 219 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.14 |
| HSL | 294.15º | 0.69% | 0.54% | - |
| HSV(B) | 294.15º | 0.75% | 0.86% | - |
| XYZ | 38.78 | 20.54 | 68.94 | - |
| YUV | 117.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 219 | 0.07 | 0.75 | 0 | 0.14 | 294.15 | 0.69 | 0.54 |
| Hex | CB | 37 | DB | 7 | 4B | 0 | E | 126 | 45 | 36 |
| Octal | 313 | 67 | 333 | 7 | 113 | 0 | 16 | 446 | 105 | 66 |
| Binary | 11001011 | 110111 | 11011011 | 111 | 1001011 | 0 | 1110 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CB37DB
Complementary color
Monochromatic Colors of #CB37DB
Black with #CB37DB
Text Example
Text Example
White with #CB37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37DB; }
p { color: rgb(203,55,219); }
H1.HeaderClassName
{
color: #CB37DB;
}
.AnyTagClassName
{
color: #CB37DB;
}
</style>
background-color css
<style>
a { background-color: #CB37DB; }
a { background-color: rgb(203,55,219); }
div.DivClassName
{
background-color: #CB37DB;
}
.BgClassName
{
background-color: #CB37DB;
}
</style>
border-color css
<style>
span { border-color: #CB37DB; }
span { border-color: rgb(203,55,219); }
td.TdClassName
{
border-color: #CB37DB;
}
.TagClassName
{
border-color: #CB37DB;
}
</style>