Shades of Medium Orchid #CB32E1
Tints of Medium Orchid #CB32E1
RGB
CMYK
RGB Variations
Color information
#CB32E1 (or 0xCB32E1) is known color: Medium Orchid. HEX triplet: CB, 32 and E1. RGB value is (203,50,225). Sum of RGB (Red+Green+Blue) = 203+50+225=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB32E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32E1 is #34CD1E. Grayscale: #737373. Windows color (decimal): -3460383 or 14758603. OLE color: 14758603.
HSL color Cylindrical-coordinate representation of color #CB32E1: hue angle of 292.46º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB32E1 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 50 | 225 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.12 |
| HSL | 292.46º | 0.74% | 0.54% | - |
| HSV(B) | 292.46º | 0.78% | 0.88% | - |
| XYZ | 39.36 | 20.41 | 73.1 | - |
| YUV | 115.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 225 | 0.10 | 0.78 | 0 | 0.12 | 292.46 | 0.74 | 0.54 |
| Hex | CB | 32 | E1 | A | 4E | 0 | C | 124 | 4A | 36 |
| Octal | 313 | 62 | 341 | 12 | 116 | 0 | 14 | 444 | 112 | 66 |
| Binary | 11001011 | 110010 | 11100001 | 1010 | 1001110 | 0 | 1100 | 100100100 | 1001010 | 110110 |
Color Harmonies of #CB32E1
Complementary color
Monochromatic Colors of #CB32E1
Black with #CB32E1
Text Example
Text Example
White with #CB32E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32E1; }
p { color: rgb(203,50,225); }
H1.HeaderClassName
{
color: #CB32E1;
}
.AnyTagClassName
{
color: #CB32E1;
}
</style>
background-color css
<style>
a { background-color: #CB32E1; }
a { background-color: rgb(203,50,225); }
div.DivClassName
{
background-color: #CB32E1;
}
.BgClassName
{
background-color: #CB32E1;
}
</style>
border-color css
<style>
span { border-color: #CB32E1; }
span { border-color: rgb(203,50,225); }
td.TdClassName
{
border-color: #CB32E1;
}
.TagClassName
{
border-color: #CB32E1;
}
</style>