Shades of Medium Orchid #CB34DB
Tints of Medium Orchid #CB34DB
RGB
CMYK
RGB Variations
Color information
#CB34DB (or 0xCB34DB) is known color: Medium Orchid. HEX triplet: CB, 34 and DB. RGB value is (203,52,219). Sum of RGB (Red+Green+Blue) = 203+52+219=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34DB is #34CB24. Grayscale: #737373. Windows color (decimal): -3459877 or 14365899. OLE color: 14365899.
HSL color Cylindrical-coordinate representation of color #CB34DB: hue angle of 294.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB34DB is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 52 | 219 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.14 |
| HSL | 294.25º | 0.7% | 0.53% | - |
| HSV(B) | 294.25º | 0.76% | 0.86% | - |
| XYZ | 38.64 | 20.27 | 68.89 | - |
| YUV | 116.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 219 | 0.07 | 0.76 | 0 | 0.14 | 294.25 | 0.7 | 0.53 |
| Hex | CB | 34 | DB | 7 | 4C | 0 | E | 126 | 46 | 35 |
| Octal | 313 | 64 | 333 | 7 | 114 | 0 | 16 | 446 | 106 | 65 |
| Binary | 11001011 | 110100 | 11011011 | 111 | 1001100 | 0 | 1110 | 100100110 | 1000110 | 110101 |
Color Harmonies of #CB34DB
Complementary color
Monochromatic Colors of #CB34DB
Black with #CB34DB
Text Example
Text Example
White with #CB34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34DB; }
p { color: rgb(203,52,219); }
H1.HeaderClassName
{
color: #CB34DB;
}
.AnyTagClassName
{
color: #CB34DB;
}
</style>
background-color css
<style>
a { background-color: #CB34DB; }
a { background-color: rgb(203,52,219); }
div.DivClassName
{
background-color: #CB34DB;
}
.BgClassName
{
background-color: #CB34DB;
}
</style>
border-color css
<style>
span { border-color: #CB34DB; }
span { border-color: rgb(203,52,219); }
td.TdClassName
{
border-color: #CB34DB;
}
.TagClassName
{
border-color: #CB34DB;
}
</style>