Shades of Medium Orchid #CB32E5
Tints of Medium Orchid #CB32E5
RGB
CMYK
RGB Variations
Color information
#CB32E5 (or 0xCB32E5) is known color: Medium Orchid. HEX triplet: CB, 32 and E5. RGB value is (203,50,229). Sum of RGB (Red+Green+Blue) = 203+50+229=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB32E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32E5 is #34CD1A. Grayscale: #737373. Windows color (decimal): -3460379 or 15020747. OLE color: 15020747.
HSL color Cylindrical-coordinate representation of color #CB32E5: hue angle of 291.28º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB32E5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 50 | 229 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.10 |
| HSL | 291.28º | 0.77% | 0.55% | - |
| HSV(B) | 291.28º | 0.78% | 0.9% | - |
| XYZ | 39.91 | 20.63 | 76.01 | - |
| YUV | 116.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 229 | 0.11 | 0.78 | 0 | 0.10 | 291.28 | 0.77 | 0.55 |
| Hex | CB | 32 | E5 | B | 4E | 0 | A | 123 | 4D | 37 |
| Octal | 313 | 62 | 345 | 13 | 116 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001011 | 110010 | 11100101 | 1011 | 1001110 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #CB32E5
Complementary color
Monochromatic Colors of #CB32E5
Black with #CB32E5
Text Example
Text Example
White with #CB32E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32E5; }
p { color: rgb(203,50,229); }
H1.HeaderClassName
{
color: #CB32E5;
}
.AnyTagClassName
{
color: #CB32E5;
}
</style>
background-color css
<style>
a { background-color: #CB32E5; }
a { background-color: rgb(203,50,229); }
div.DivClassName
{
background-color: #CB32E5;
}
.BgClassName
{
background-color: #CB32E5;
}
</style>
border-color css
<style>
span { border-color: #CB32E5; }
span { border-color: rgb(203,50,229); }
td.TdClassName
{
border-color: #CB32E5;
}
.TagClassName
{
border-color: #CB32E5;
}
</style>