Shades of Medium Orchid #CB49EA
Tints of Medium Orchid #CB49EA
RGB
CMYK
RGB Variations
Color information
#CB49EA (or 0xCB49EA) is known color: Medium Orchid. HEX triplet: CB, 49 and EA. RGB value is (203,73,234). Sum of RGB (Red+Green+Blue) = 203+73+234=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB49EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49EA is #34B615. Grayscale: #818181. Windows color (decimal): -3454486 or 15354315. OLE color: 15354315.
HSL color Cylindrical-coordinate representation of color #CB49EA: hue angle of 288.45º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB49EA is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 73 | 234 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.08 |
| HSL | 288.45º | 0.79% | 0.6% | - |
| HSV(B) | 288.45º | 0.69% | 0.92% | - |
| XYZ | 41.86 | 23.4 | 80.15 | - |
| YUV | 130.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 234 | 0.13 | 0.69 | 0 | 0.08 | 288.45 | 0.79 | 0.6 |
| Hex | CB | 49 | EA | D | 45 | 0 | 8 | 120 | 4F | 3C |
| Octal | 313 | 111 | 352 | 15 | 105 | 0 | 10 | 440 | 117 | 74 |
| Binary | 11001011 | 1001001 | 11101010 | 1101 | 1000101 | 0 | 1000 | 100100000 | 1001111 | 111100 |
Color Harmonies of #CB49EA
Complementary color
Monochromatic Colors of #CB49EA
Black with #CB49EA
Text Example
Text Example
White with #CB49EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49EA; }
p { color: rgb(203,73,234); }
H1.HeaderClassName
{
color: #CB49EA;
}
.AnyTagClassName
{
color: #CB49EA;
}
</style>
background-color css
<style>
a { background-color: #CB49EA; }
a { background-color: rgb(203,73,234); }
div.DivClassName
{
background-color: #CB49EA;
}
.BgClassName
{
background-color: #CB49EA;
}
</style>
border-color css
<style>
span { border-color: #CB49EA; }
span { border-color: rgb(203,73,234); }
td.TdClassName
{
border-color: #CB49EA;
}
.TagClassName
{
border-color: #CB49EA;
}
</style>