Shades of Medium Orchid #C02BDB
Tints of Medium Orchid #C02BDB
RGB
CMYK
RGB Variations
Color information
#C02BDB (or 0xC02BDB) is known color: Medium Orchid. HEX triplet: C0, 2B and DB. RGB value is (192,43,219). Sum of RGB (Red+Green+Blue) = 192+43+219=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDB is #3FD424. Grayscale: #6B6B6B. Windows color (decimal): -4183077 or 14363584. OLE color: 14363584.
HSL color Cylindrical-coordinate representation of color #C02BDB: hue angle of 290.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02BDB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 43 | 219 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.14 |
| HSL | 290.8º | 0.71% | 0.51% | - |
| HSV(B) | 290.8º | 0.8% | 0.86% | - |
| XYZ | 35.39 | 18.05 | 68.64 | - |
| YUV | 107.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 219 | 0.12 | 0.80 | 0 | 0.14 | 290.8 | 0.71 | 0.51 |
| Hex | C0 | 2B | DB | C | 50 | 0 | E | 123 | 47 | 33 |
| Octal | 300 | 53 | 333 | 14 | 120 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000000 | 101011 | 11011011 | 1100 | 1010000 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C02BDB
Complementary color
Monochromatic Colors of #C02BDB
Black with #C02BDB
Text Example
Text Example
White with #C02BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BDB; }
p { color: rgb(192,43,219); }
H1.HeaderClassName
{
color: #C02BDB;
}
.AnyTagClassName
{
color: #C02BDB;
}
</style>
background-color css
<style>
a { background-color: #C02BDB; }
a { background-color: rgb(192,43,219); }
div.DivClassName
{
background-color: #C02BDB;
}
.BgClassName
{
background-color: #C02BDB;
}
</style>
border-color css
<style>
span { border-color: #C02BDB; }
span { border-color: rgb(192,43,219); }
td.TdClassName
{
border-color: #C02BDB;
}
.TagClassName
{
border-color: #C02BDB;
}
</style>