Shades of Medium Orchid #CB37E2
Tints of Medium Orchid #CB37E2
RGB
CMYK
RGB Variations
Color information
#CB37E2 (or 0xCB37E2) is known color: Medium Orchid. HEX triplet: CB, 37 and E2. RGB value is (203,55,226). Sum of RGB (Red+Green+Blue) = 203+55+226=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB37E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37E2 is #34C81D. Grayscale: #767676. Windows color (decimal): -3459102 or 14825419. OLE color: 14825419.
HSL color Cylindrical-coordinate representation of color #CB37E2: hue angle of 291.93º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB37E2 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 55 | 226 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.11 |
| HSL | 291.93º | 0.75% | 0.55% | - |
| HSV(B) | 291.93º | 0.76% | 0.89% | - |
| XYZ | 39.72 | 20.92 | 73.9 | - |
| YUV | 118.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 226 | 0.10 | 0.76 | 0 | 0.11 | 291.93 | 0.75 | 0.55 |
| Hex | CB | 37 | E2 | A | 4C | 0 | B | 124 | 4B | 37 |
| Octal | 313 | 67 | 342 | 12 | 114 | 0 | 13 | 444 | 113 | 67 |
| Binary | 11001011 | 110111 | 11100010 | 1010 | 1001100 | 0 | 1011 | 100100100 | 1001011 | 110111 |
Color Harmonies of #CB37E2
Complementary color
Monochromatic Colors of #CB37E2
Black with #CB37E2
Text Example
Text Example
White with #CB37E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37E2; }
p { color: rgb(203,55,226); }
H1.HeaderClassName
{
color: #CB37E2;
}
.AnyTagClassName
{
color: #CB37E2;
}
</style>
background-color css
<style>
a { background-color: #CB37E2; }
a { background-color: rgb(203,55,226); }
div.DivClassName
{
background-color: #CB37E2;
}
.BgClassName
{
background-color: #CB37E2;
}
</style>
border-color css
<style>
span { border-color: #CB37E2; }
span { border-color: rgb(203,55,226); }
td.TdClassName
{
border-color: #CB37E2;
}
.TagClassName
{
border-color: #CB37E2;
}
</style>