Shades of Medium Orchid #CB32E9
Tints of Medium Orchid #CB32E9
RGB
CMYK
RGB Variations
Color information
#CB32E9 (or 0xCB32E9) is known color: Medium Orchid. HEX triplet: CB, 32 and E9. RGB value is (203,50,233). Sum of RGB (Red+Green+Blue) = 203+50+233=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB32E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32E9 is #34CD16. Grayscale: #747474. Windows color (decimal): -3460375 or 15282891. OLE color: 15282891.
HSL color Cylindrical-coordinate representation of color #CB32E9: hue angle of 290.16º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB32E9 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 50 | 233 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.09 |
| HSL | 290.16º | 0.81% | 0.55% | - |
| HSV(B) | 290.16º | 0.79% | 0.91% | - |
| XYZ | 40.48 | 20.86 | 78.98 | - |
| YUV | 116.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 233 | 0.13 | 0.79 | 0 | 0.09 | 290.16 | 0.81 | 0.55 |
| Hex | CB | 32 | E9 | D | 4F | 0 | 9 | 122 | 51 | 37 |
| Octal | 313 | 62 | 351 | 15 | 117 | 0 | 11 | 442 | 121 | 67 |
| Binary | 11001011 | 110010 | 11101001 | 1101 | 1001111 | 0 | 1001 | 100100010 | 1010001 | 110111 |
Color Harmonies of #CB32E9
Complementary color
Monochromatic Colors of #CB32E9
Black with #CB32E9
Text Example
Text Example
White with #CB32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32E9; }
p { color: rgb(203,50,233); }
H1.HeaderClassName
{
color: #CB32E9;
}
.AnyTagClassName
{
color: #CB32E9;
}
</style>
background-color css
<style>
a { background-color: #CB32E9; }
a { background-color: rgb(203,50,233); }
div.DivClassName
{
background-color: #CB32E9;
}
.BgClassName
{
background-color: #CB32E9;
}
</style>
border-color css
<style>
span { border-color: #CB32E9; }
span { border-color: rgb(203,50,233); }
td.TdClassName
{
border-color: #CB32E9;
}
.TagClassName
{
border-color: #CB32E9;
}
</style>