Shades of Medium Orchid #CB4BE0
Tints of Medium Orchid #CB4BE0
RGB
CMYK
RGB Variations
Color information
#CB4BE0 (or 0xCB4BE0) is known color: Medium Orchid. HEX triplet: CB, 4B and E0. RGB value is (203,75,224). Sum of RGB (Red+Green+Blue) = 203+75+224=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB4BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BE0 is #34B41F. Grayscale: #818181. Windows color (decimal): -3453984 or 14699467. OLE color: 14699467.
HSL color Cylindrical-coordinate representation of color #CB4BE0: hue angle of 291.54º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4BE0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 75 | 224 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.12 |
| HSL | 291.54º | 0.71% | 0.59% | - |
| HSV(B) | 291.54º | 0.67% | 0.88% | - |
| XYZ | 40.6 | 23.11 | 72.84 | - |
| YUV | 130.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 224 | 0.09 | 0.67 | 0 | 0.12 | 291.54 | 0.71 | 0.59 |
| Hex | CB | 4B | E0 | 9 | 43 | 0 | C | 124 | 47 | 3B |
| Octal | 313 | 113 | 340 | 11 | 103 | 0 | 14 | 444 | 107 | 73 |
| Binary | 11001011 | 1001011 | 11100000 | 1001 | 1000011 | 0 | 1100 | 100100100 | 1000111 | 111011 |
Color Harmonies of #CB4BE0
Complementary color
Monochromatic Colors of #CB4BE0
Black with #CB4BE0
Text Example
Text Example
White with #CB4BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BE0; }
p { color: rgb(203,75,224); }
H1.HeaderClassName
{
color: #CB4BE0;
}
.AnyTagClassName
{
color: #CB4BE0;
}
</style>
background-color css
<style>
a { background-color: #CB4BE0; }
a { background-color: rgb(203,75,224); }
div.DivClassName
{
background-color: #CB4BE0;
}
.BgClassName
{
background-color: #CB4BE0;
}
</style>
border-color css
<style>
span { border-color: #CB4BE0; }
span { border-color: rgb(203,75,224); }
td.TdClassName
{
border-color: #CB4BE0;
}
.TagClassName
{
border-color: #CB4BE0;
}
</style>