Shades of Medium Orchid #CB34ED
Tints of Medium Orchid #CB34ED
RGB
CMYK
RGB Variations
Color information
#CB34ED (or 0xCB34ED) is known color: Medium Orchid. HEX triplet: CB, 34 and ED. RGB value is (203,52,237). Sum of RGB (Red+Green+Blue) = 203+52+237=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB34ED is #34CB12. Grayscale: #757575. Windows color (decimal): -3459859 or 15545547. OLE color: 15545547.
HSL color Cylindrical-coordinate representation of color #CB34ED: hue angle of 288.97º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB34ED is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 52 | 237 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.07 |
| HSL | 288.97º | 0.84% | 0.57% | - |
| HSV(B) | 288.97º | 0.78% | 0.93% | - |
| XYZ | 41.14 | 21.27 | 82.06 | - |
| YUV | 118.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 237 | 0.14 | 0.78 | 0 | 0.07 | 288.97 | 0.84 | 0.57 |
| Hex | CB | 34 | ED | E | 4E | 0 | 7 | 121 | 54 | 39 |
| Octal | 313 | 64 | 355 | 16 | 116 | 0 | 7 | 441 | 124 | 71 |
| Binary | 11001011 | 110100 | 11101101 | 1110 | 1001110 | 0 | 111 | 100100001 | 1010100 | 111001 |
Color Harmonies of #CB34ED
Complementary color
Monochromatic Colors of #CB34ED
Black with #CB34ED
Text Example
Text Example
White with #CB34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34ED; }
p { color: rgb(203,52,237); }
H1.HeaderClassName
{
color: #CB34ED;
}
.AnyTagClassName
{
color: #CB34ED;
}
</style>
background-color css
<style>
a { background-color: #CB34ED; }
a { background-color: rgb(203,52,237); }
div.DivClassName
{
background-color: #CB34ED;
}
.BgClassName
{
background-color: #CB34ED;
}
</style>
border-color css
<style>
span { border-color: #CB34ED; }
span { border-color: rgb(203,52,237); }
td.TdClassName
{
border-color: #CB34ED;
}
.TagClassName
{
border-color: #CB34ED;
}
</style>