Shades of Medium Orchid #CB39EC
Tints of Medium Orchid #CB39EC
RGB
CMYK
RGB Variations
Color information
#CB39EC (or 0xCB39EC) is known color: Medium Orchid. HEX triplet: CB, 39 and EC. RGB value is (203,57,236). Sum of RGB (Red+Green+Blue) = 203+57+236=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB39EC is #34C613. Grayscale: #787878. Windows color (decimal): -3458580 or 15481291. OLE color: 15481291.
HSL color Cylindrical-coordinate representation of color #CB39EC: hue angle of 288.94º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB39EC is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 57 | 236 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.07 |
| HSL | 288.94º | 0.82% | 0.57% | - |
| HSV(B) | 288.94º | 0.76% | 0.93% | - |
| XYZ | 41.23 | 21.68 | 81.37 | - |
| YUV | 121.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 236 | 0.14 | 0.76 | 0 | 0.07 | 288.94 | 0.82 | 0.57 |
| Hex | CB | 39 | EC | E | 4C | 0 | 7 | 121 | 52 | 39 |
| Octal | 313 | 71 | 354 | 16 | 114 | 0 | 7 | 441 | 122 | 71 |
| Binary | 11001011 | 111001 | 11101100 | 1110 | 1001100 | 0 | 111 | 100100001 | 1010010 | 111001 |
Color Harmonies of #CB39EC
Complementary color
Monochromatic Colors of #CB39EC
Black with #CB39EC
Text Example
Text Example
White with #CB39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39EC; }
p { color: rgb(203,57,236); }
H1.HeaderClassName
{
color: #CB39EC;
}
.AnyTagClassName
{
color: #CB39EC;
}
</style>
background-color css
<style>
a { background-color: #CB39EC; }
a { background-color: rgb(203,57,236); }
div.DivClassName
{
background-color: #CB39EC;
}
.BgClassName
{
background-color: #CB39EC;
}
</style>
border-color css
<style>
span { border-color: #CB39EC; }
span { border-color: rgb(203,57,236); }
td.TdClassName
{
border-color: #CB39EC;
}
.TagClassName
{
border-color: #CB39EC;
}
</style>