Shades of Medium Orchid #CB4CE0
Tints of Medium Orchid #CB4CE0
RGB
CMYK
RGB Variations
Color information
#CB4CE0 (or 0xCB4CE0) is known color: Medium Orchid. HEX triplet: CB, 4C and E0. RGB value is (203,76,224). Sum of RGB (Red+Green+Blue) = 203+76+224=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CE0 is #34B31F. Grayscale: #828282. Windows color (decimal): -3453728 or 14699723. OLE color: 14699723.
HSL color Cylindrical-coordinate representation of color #CB4CE0: hue angle of 291.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4CE0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 76 | 224 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.12 |
| HSL | 291.49º | 0.7% | 0.59% | - |
| HSV(B) | 291.49º | 0.66% | 0.88% | - |
| XYZ | 40.67 | 23.25 | 72.86 | - |
| YUV | 130.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 224 | 0.09 | 0.66 | 0 | 0.12 | 291.49 | 0.7 | 0.59 |
| Hex | CB | 4C | E0 | 9 | 42 | 0 | C | 123 | 46 | 3B |
| Octal | 313 | 114 | 340 | 11 | 102 | 0 | 14 | 443 | 106 | 73 |
| Binary | 11001011 | 1001100 | 11100000 | 1001 | 1000010 | 0 | 1100 | 100100011 | 1000110 | 111011 |
Color Harmonies of #CB4CE0
Complementary color
Monochromatic Colors of #CB4CE0
Black with #CB4CE0
Text Example
Text Example
White with #CB4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CE0; }
p { color: rgb(203,76,224); }
H1.HeaderClassName
{
color: #CB4CE0;
}
.AnyTagClassName
{
color: #CB4CE0;
}
</style>
background-color css
<style>
a { background-color: #CB4CE0; }
a { background-color: rgb(203,76,224); }
div.DivClassName
{
background-color: #CB4CE0;
}
.BgClassName
{
background-color: #CB4CE0;
}
</style>
border-color css
<style>
span { border-color: #CB4CE0; }
span { border-color: rgb(203,76,224); }
td.TdClassName
{
border-color: #CB4CE0;
}
.TagClassName
{
border-color: #CB4CE0;
}
</style>