Shades of Medium Orchid #CB46EC
Tints of Medium Orchid #CB46EC
RGB
CMYK
RGB Variations
Color information
#CB46EC (or 0xCB46EC) is known color: Medium Orchid. HEX triplet: CB, 46 and EC. RGB value is (203,70,236). Sum of RGB (Red+Green+Blue) = 203+70+236=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB46EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46EC is #34B913. Grayscale: #808080. Windows color (decimal): -3455252 or 15484619. OLE color: 15484619.
HSL color Cylindrical-coordinate representation of color #CB46EC: hue angle of 288.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB46EC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 70 | 236 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.07 |
| HSL | 288.07º | 0.81% | 0.6% | - |
| HSV(B) | 288.07º | 0.7% | 0.93% | - |
| XYZ | 41.96 | 23.13 | 81.61 | - |
| YUV | 128.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 236 | 0.14 | 0.70 | 0 | 0.07 | 288.07 | 0.81 | 0.6 |
| Hex | CB | 46 | EC | E | 46 | 0 | 7 | 120 | 51 | 3C |
| Octal | 313 | 106 | 354 | 16 | 106 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001011 | 1000110 | 11101100 | 1110 | 1000110 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CB46EC
Complementary color
Monochromatic Colors of #CB46EC
Black with #CB46EC
Text Example
Text Example
White with #CB46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46EC; }
p { color: rgb(203,70,236); }
H1.HeaderClassName
{
color: #CB46EC;
}
.AnyTagClassName
{
color: #CB46EC;
}
</style>
background-color css
<style>
a { background-color: #CB46EC; }
a { background-color: rgb(203,70,236); }
div.DivClassName
{
background-color: #CB46EC;
}
.BgClassName
{
background-color: #CB46EC;
}
</style>
border-color css
<style>
span { border-color: #CB46EC; }
span { border-color: rgb(203,70,236); }
td.TdClassName
{
border-color: #CB46EC;
}
.TagClassName
{
border-color: #CB46EC;
}
</style>