Shades of Medium Orchid #C02CDB
Tints of Medium Orchid #C02CDB
RGB
CMYK
RGB Variations
Color information
#C02CDB (or 0xC02CDB) is known color: Medium Orchid. HEX triplet: C0, 2C and DB. RGB value is (192,44,219). Sum of RGB (Red+Green+Blue) = 192+44+219=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDB is #3FD324. Grayscale: #6B6B6B. Windows color (decimal): -4182821 or 14363840. OLE color: 14363840.
HSL color Cylindrical-coordinate representation of color #C02CDB: hue angle of 290.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02CDB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 44 | 219 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.14 |
| HSL | 290.74º | 0.71% | 0.52% | - |
| HSV(B) | 290.74º | 0.8% | 0.86% | - |
| XYZ | 35.43 | 18.12 | 68.65 | - |
| YUV | 108.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 219 | 0.12 | 0.80 | 0 | 0.14 | 290.74 | 0.71 | 0.52 |
| Hex | C0 | 2C | DB | C | 50 | 0 | E | 123 | 47 | 34 |
| Octal | 300 | 54 | 333 | 14 | 120 | 0 | 16 | 443 | 107 | 64 |
| Binary | 11000000 | 101100 | 11011011 | 1100 | 1010000 | 0 | 1110 | 100100011 | 1000111 | 110100 |
Color Harmonies of #C02CDB
Complementary color
Monochromatic Colors of #C02CDB
Black with #C02CDB
Text Example
Text Example
White with #C02CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CDB; }
p { color: rgb(192,44,219); }
H1.HeaderClassName
{
color: #C02CDB;
}
.AnyTagClassName
{
color: #C02CDB;
}
</style>
background-color css
<style>
a { background-color: #C02CDB; }
a { background-color: rgb(192,44,219); }
div.DivClassName
{
background-color: #C02CDB;
}
.BgClassName
{
background-color: #C02CDB;
}
</style>
border-color css
<style>
span { border-color: #C02CDB; }
span { border-color: rgb(192,44,219); }
td.TdClassName
{
border-color: #C02CDB;
}
.TagClassName
{
border-color: #C02CDB;
}
</style>