Shades of Medium Orchid #C02DDB
Tints of Medium Orchid #C02DDB
RGB
CMYK
RGB Variations
Color information
#C02DDB (or 0xC02DDB) is known color: Medium Orchid. HEX triplet: C0, 2D and DB. RGB value is (192,45,219). Sum of RGB (Red+Green+Blue) = 192+45+219=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DDB is #3FD224. Grayscale: #6C6C6C. Windows color (decimal): -4182565 or 14364096. OLE color: 14364096.
HSL color Cylindrical-coordinate representation of color #C02DDB: hue angle of 290.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02DDB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 45 | 219 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.14 |
| HSL | 290.69º | 0.71% | 0.52% | - |
| HSV(B) | 290.69º | 0.79% | 0.86% | - |
| XYZ | 35.46 | 18.2 | 68.66 | - |
| YUV | 108.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 219 | 0.12 | 0.79 | 0 | 0.14 | 290.69 | 0.71 | 0.52 |
| Hex | C0 | 2D | DB | C | 4F | 0 | E | 123 | 47 | 34 |
| Octal | 300 | 55 | 333 | 14 | 117 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000000 | 101101 | 11011011 | 1100 | 1001111 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C02DDB
Complementary color
Monochromatic Colors of #C02DDB
Black with #C02DDB
Text Example
Text Example
White with #C02DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DDB; }
p { color: rgb(192,45,219); }
H1.HeaderClassName
{
color: #C02DDB;
}
.AnyTagClassName
{
color: #C02DDB;
}
</style>
background-color css
<style>
a { background-color: #C02DDB; }
a { background-color: rgb(192,45,219); }
div.DivClassName
{
background-color: #C02DDB;
}
.BgClassName
{
background-color: #C02DDB;
}
</style>
border-color css
<style>
span { border-color: #C02DDB; }
span { border-color: rgb(192,45,219); }
td.TdClassName
{
border-color: #C02DDB;
}
.TagClassName
{
border-color: #C02DDB;
}
</style>