Shades of Medium Orchid #CB4AE2
Tints of Medium Orchid #CB4AE2
RGB
CMYK
RGB Variations
Color information
#CB4AE2 (or 0xCB4AE2) is known color: Medium Orchid. HEX triplet: CB, 4A and E2. RGB value is (203,74,226). Sum of RGB (Red+Green+Blue) = 203+74+226=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB4AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AE2 is #34B51D. Grayscale: #818181. Windows color (decimal): -3454238 or 14830283. OLE color: 14830283.
HSL color Cylindrical-coordinate representation of color #CB4AE2: hue angle of 290.92º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4AE2 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 74 | 226 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.11 |
| HSL | 290.92º | 0.72% | 0.59% | - |
| HSV(B) | 290.92º | 0.67% | 0.89% | - |
| XYZ | 40.8 | 23.09 | 74.26 | - |
| YUV | 129.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 226 | 0.10 | 0.67 | 0 | 0.11 | 290.92 | 0.72 | 0.59 |
| Hex | CB | 4A | E2 | A | 43 | 0 | B | 123 | 48 | 3B |
| Octal | 313 | 112 | 342 | 12 | 103 | 0 | 13 | 443 | 110 | 73 |
| Binary | 11001011 | 1001010 | 11100010 | 1010 | 1000011 | 0 | 1011 | 100100011 | 1001000 | 111011 |
Color Harmonies of #CB4AE2
Complementary color
Monochromatic Colors of #CB4AE2
Black with #CB4AE2
Text Example
Text Example
White with #CB4AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AE2; }
p { color: rgb(203,74,226); }
H1.HeaderClassName
{
color: #CB4AE2;
}
.AnyTagClassName
{
color: #CB4AE2;
}
</style>
background-color css
<style>
a { background-color: #CB4AE2; }
a { background-color: rgb(203,74,226); }
div.DivClassName
{
background-color: #CB4AE2;
}
.BgClassName
{
background-color: #CB4AE2;
}
</style>
border-color css
<style>
span { border-color: #CB4AE2; }
span { border-color: rgb(203,74,226); }
td.TdClassName
{
border-color: #CB4AE2;
}
.TagClassName
{
border-color: #CB4AE2;
}
</style>