Shades of Medium Orchid #CB32ED
Tints of Medium Orchid #CB32ED
RGB
CMYK
RGB Variations
Color information
#CB32ED (or 0xCB32ED) is known color: Medium Orchid. HEX triplet: CB, 32 and ED. RGB value is (203,50,237). Sum of RGB (Red+Green+Blue) = 203+50+237=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32ED is #34CD12. Grayscale: #747474. Windows color (decimal): -3460371 or 15545035. OLE color: 15545035.
HSL color Cylindrical-coordinate representation of color #CB32ED: hue angle of 289.09º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB32ED is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 50 | 237 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.09º | 0.84% | 0.56% | - |
| HSV(B) | 289.09º | 0.79% | 0.93% | - |
| XYZ | 41.06 | 21.09 | 82.03 | - |
| YUV | 117.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 237 | 0.14 | 0.79 | 0 | 0.07 | 289.09 | 0.84 | 0.56 |
| Hex | CB | 32 | ED | E | 4F | 0 | 7 | 121 | 54 | 38 |
| Octal | 313 | 62 | 355 | 16 | 117 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001011 | 110010 | 11101101 | 1110 | 1001111 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #CB32ED
Complementary color
Monochromatic Colors of #CB32ED
Black with #CB32ED
Text Example
Text Example
White with #CB32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32ED; }
p { color: rgb(203,50,237); }
H1.HeaderClassName
{
color: #CB32ED;
}
.AnyTagClassName
{
color: #CB32ED;
}
</style>
background-color css
<style>
a { background-color: #CB32ED; }
a { background-color: rgb(203,50,237); }
div.DivClassName
{
background-color: #CB32ED;
}
.BgClassName
{
background-color: #CB32ED;
}
</style>
border-color css
<style>
span { border-color: #CB32ED; }
span { border-color: rgb(203,50,237); }
td.TdClassName
{
border-color: #CB32ED;
}
.TagClassName
{
border-color: #CB32ED;
}
</style>