Shades of Medium Orchid #CB34E5
Tints of Medium Orchid #CB34E5
RGB
CMYK
RGB Variations
Color information
#CB34E5 (or 0xCB34E5) is known color: Medium Orchid. HEX triplet: CB, 34 and E5. RGB value is (203,52,229). Sum of RGB (Red+Green+Blue) = 203+52+229=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34E5 is #34CB1A. Grayscale: #747474. Windows color (decimal): -3459867 or 15021259. OLE color: 15021259.
HSL color Cylindrical-coordinate representation of color #CB34E5: hue angle of 291.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB34E5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 52 | 229 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.10 |
| HSL | 291.19º | 0.77% | 0.55% | - |
| HSV(B) | 291.19º | 0.77% | 0.9% | - |
| XYZ | 40 | 20.81 | 76.04 | - |
| YUV | 117.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 229 | 0.11 | 0.77 | 0 | 0.10 | 291.19 | 0.77 | 0.55 |
| Hex | CB | 34 | E5 | B | 4D | 0 | A | 123 | 4D | 37 |
| Octal | 313 | 64 | 345 | 13 | 115 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001011 | 110100 | 11100101 | 1011 | 1001101 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #CB34E5
Complementary color
Monochromatic Colors of #CB34E5
Black with #CB34E5
Text Example
Text Example
White with #CB34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34E5; }
p { color: rgb(203,52,229); }
H1.HeaderClassName
{
color: #CB34E5;
}
.AnyTagClassName
{
color: #CB34E5;
}
</style>
background-color css
<style>
a { background-color: #CB34E5; }
a { background-color: rgb(203,52,229); }
div.DivClassName
{
background-color: #CB34E5;
}
.BgClassName
{
background-color: #CB34E5;
}
</style>
border-color css
<style>
span { border-color: #CB34E5; }
span { border-color: rgb(203,52,229); }
td.TdClassName
{
border-color: #CB34E5;
}
.TagClassName
{
border-color: #CB34E5;
}
</style>