Shades of Medium Orchid #CB37D9
Tints of Medium Orchid #CB37D9
RGB
CMYK
RGB Variations
Color information
#CB37D9 (or 0xCB37D9) is known color: Medium Orchid. HEX triplet: CB, 37 and D9. RGB value is (203,55,217). Sum of RGB (Red+Green+Blue) = 203+55+217=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37D9 is #34C826. Grayscale: #757575. Windows color (decimal): -3459111 or 14235595. OLE color: 14235595.
HSL color Cylindrical-coordinate representation of color #CB37D9: hue angle of 294.81º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB37D9 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 55 | 217 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.15 |
| HSL | 294.81º | 0.68% | 0.53% | - |
| HSV(B) | 294.81º | 0.75% | 0.85% | - |
| XYZ | 38.52 | 20.44 | 67.56 | - |
| YUV | 117.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 217 | 0.06 | 0.75 | 0 | 0.15 | 294.81 | 0.68 | 0.53 |
| Hex | CB | 37 | D9 | 6 | 4B | 0 | F | 127 | 44 | 35 |
| Octal | 313 | 67 | 331 | 6 | 113 | 0 | 17 | 447 | 104 | 65 |
| Binary | 11001011 | 110111 | 11011001 | 110 | 1001011 | 0 | 1111 | 100100111 | 1000100 | 110101 |
Color Harmonies of #CB37D9
Complementary color
Monochromatic Colors of #CB37D9
Black with #CB37D9
Text Example
Text Example
White with #CB37D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37D9; }
p { color: rgb(203,55,217); }
H1.HeaderClassName
{
color: #CB37D9;
}
.AnyTagClassName
{
color: #CB37D9;
}
</style>
background-color css
<style>
a { background-color: #CB37D9; }
a { background-color: rgb(203,55,217); }
div.DivClassName
{
background-color: #CB37D9;
}
.BgClassName
{
background-color: #CB37D9;
}
</style>
border-color css
<style>
span { border-color: #CB37D9; }
span { border-color: rgb(203,55,217); }
td.TdClassName
{
border-color: #CB37D9;
}
.TagClassName
{
border-color: #CB37D9;
}
</style>