Shades of Medium Orchid #CB37EC
Tints of Medium Orchid #CB37EC
RGB
CMYK
RGB Variations
Color information
#CB37EC (or 0xCB37EC) is known color: Medium Orchid. HEX triplet: CB, 37 and EC. RGB value is (203,55,236). Sum of RGB (Red+Green+Blue) = 203+55+236=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB37EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37EC is #34C813. Grayscale: #777777. Windows color (decimal): -3459092 or 15480779. OLE color: 15480779.
HSL color Cylindrical-coordinate representation of color #CB37EC: hue angle of 289.06º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB37EC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 55 | 236 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.07 |
| HSL | 289.06º | 0.83% | 0.57% | - |
| HSV(B) | 289.06º | 0.77% | 0.93% | - |
| XYZ | 41.14 | 21.49 | 81.34 | - |
| YUV | 119.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 236 | 0.14 | 0.77 | 0 | 0.07 | 289.06 | 0.83 | 0.57 |
| Hex | CB | 37 | EC | E | 4D | 0 | 7 | 121 | 53 | 39 |
| Octal | 313 | 67 | 354 | 16 | 115 | 0 | 7 | 441 | 123 | 71 |
| Binary | 11001011 | 110111 | 11101100 | 1110 | 1001101 | 0 | 111 | 100100001 | 1010011 | 111001 |
Color Harmonies of #CB37EC
Complementary color
Monochromatic Colors of #CB37EC
Black with #CB37EC
Text Example
Text Example
White with #CB37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37EC; }
p { color: rgb(203,55,236); }
H1.HeaderClassName
{
color: #CB37EC;
}
.AnyTagClassName
{
color: #CB37EC;
}
</style>
background-color css
<style>
a { background-color: #CB37EC; }
a { background-color: rgb(203,55,236); }
div.DivClassName
{
background-color: #CB37EC;
}
.BgClassName
{
background-color: #CB37EC;
}
</style>
border-color css
<style>
span { border-color: #CB37EC; }
span { border-color: rgb(203,55,236); }
td.TdClassName
{
border-color: #CB37EC;
}
.TagClassName
{
border-color: #CB37EC;
}
</style>