Shades of Medium Orchid #CB46E0
Tints of Medium Orchid #CB46E0
RGB
CMYK
RGB Variations
Color information
#CB46E0 (or 0xCB46E0) is known color: Medium Orchid. HEX triplet: CB, 46 and E0. RGB value is (203,70,224). Sum of RGB (Red+Green+Blue) = 203+70+224=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB46E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46E0 is #34B91F. Grayscale: #7E7E7E. Windows color (decimal): -3455264 or 14698187. OLE color: 14698187.
HSL color Cylindrical-coordinate representation of color #CB46E0: hue angle of 291.82º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB46E0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 70 | 224 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.12 |
| HSL | 291.82º | 0.71% | 0.58% | - |
| HSV(B) | 291.82º | 0.69% | 0.88% | - |
| XYZ | 40.27 | 22.46 | 72.73 | - |
| YUV | 127.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 224 | 0.09 | 0.69 | 0 | 0.12 | 291.82 | 0.71 | 0.58 |
| Hex | CB | 46 | E0 | 9 | 45 | 0 | C | 124 | 47 | 3A |
| Octal | 313 | 106 | 340 | 11 | 105 | 0 | 14 | 444 | 107 | 72 |
| Binary | 11001011 | 1000110 | 11100000 | 1001 | 1000101 | 0 | 1100 | 100100100 | 1000111 | 111010 |
Color Harmonies of #CB46E0
Complementary color
Monochromatic Colors of #CB46E0
Black with #CB46E0
Text Example
Text Example
White with #CB46E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46E0; }
p { color: rgb(203,70,224); }
H1.HeaderClassName
{
color: #CB46E0;
}
.AnyTagClassName
{
color: #CB46E0;
}
</style>
background-color css
<style>
a { background-color: #CB46E0; }
a { background-color: rgb(203,70,224); }
div.DivClassName
{
background-color: #CB46E0;
}
.BgClassName
{
background-color: #CB46E0;
}
</style>
border-color css
<style>
span { border-color: #CB46E0; }
span { border-color: rgb(203,70,224); }
td.TdClassName
{
border-color: #CB46E0;
}
.TagClassName
{
border-color: #CB46E0;
}
</style>