Shades of Medium Orchid #CB37DC
Tints of Medium Orchid #CB37DC
RGB
CMYK
RGB Variations
Color information
#CB37DC (or 0xCB37DC) is known color: Medium Orchid. HEX triplet: CB, 37 and DC. RGB value is (203,55,220). Sum of RGB (Red+Green+Blue) = 203+55+220=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37DC is #34C823. Grayscale: #757575. Windows color (decimal): -3459108 or 14432203. OLE color: 14432203.
HSL color Cylindrical-coordinate representation of color #CB37DC: hue angle of 293.82º degrees, saturation: 0.7, 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 #CB37DC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 55 | 220 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.14 |
| HSL | 293.82º | 0.7% | 0.54% | - |
| HSV(B) | 293.82º | 0.75% | 0.86% | - |
| XYZ | 38.91 | 20.6 | 69.63 | - |
| YUV | 118.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 220 | 0.08 | 0.75 | 0 | 0.14 | 293.82 | 0.7 | 0.54 |
| Hex | CB | 37 | DC | 8 | 4B | 0 | E | 126 | 46 | 36 |
| Octal | 313 | 67 | 334 | 10 | 113 | 0 | 16 | 446 | 106 | 66 |
| Binary | 11001011 | 110111 | 11011100 | 1000 | 1001011 | 0 | 1110 | 100100110 | 1000110 | 110110 |
Color Harmonies of #CB37DC
Complementary color
Monochromatic Colors of #CB37DC
Black with #CB37DC
Text Example
Text Example
White with #CB37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37DC; }
p { color: rgb(203,55,220); }
H1.HeaderClassName
{
color: #CB37DC;
}
.AnyTagClassName
{
color: #CB37DC;
}
</style>
background-color css
<style>
a { background-color: #CB37DC; }
a { background-color: rgb(203,55,220); }
div.DivClassName
{
background-color: #CB37DC;
}
.BgClassName
{
background-color: #CB37DC;
}
</style>
border-color css
<style>
span { border-color: #CB37DC; }
span { border-color: rgb(203,55,220); }
td.TdClassName
{
border-color: #CB37DC;
}
.TagClassName
{
border-color: #CB37DC;
}
</style>