Shades of Medium Orchid #C02CDC
Tints of Medium Orchid #C02CDC
RGB
CMYK
RGB Variations
Color information
#C02CDC (or 0xC02CDC) is known color: Medium Orchid. HEX triplet: C0, 2C and DC. RGB value is (192,44,220). Sum of RGB (Red+Green+Blue) = 192+44+220=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C02CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDC is #3FD323. Grayscale: #6B6B6B. Windows color (decimal): -4182820 or 14429376. OLE color: 14429376.
HSL color Cylindrical-coordinate representation of color #C02CDC: hue angle of 290.45º degrees, saturation: 0.72, 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 #C02CDC is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 44 | 220 | - |
| CMYK | 0.13 | 0.8 | 0 | 0.14 |
| HSL | 290.45º | 0.72% | 0.52% | - |
| HSV(B) | 290.45º | 0.8% | 0.86% | - |
| XYZ | 35.56 | 18.18 | 69.34 | - |
| YUV | 108.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 220 | 0.13 | 0.8 | 0 | 0.14 | 290.45 | 0.72 | 0.52 |
| Hex | C0 | 2C | DC | D | 50 | 0 | E | 122 | 48 | 34 |
| Octal | 300 | 54 | 334 | 15 | 120 | 0 | 16 | 442 | 110 | 64 |
| Binary | 11000000 | 101100 | 11011100 | 1101 | 1010000 | 0 | 1110 | 100100010 | 1001000 | 110100 |
Color Harmonies of #C02CDC
Complementary color
Monochromatic Colors of #C02CDC
Black with #C02CDC
Text Example
Text Example
White with #C02CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CDC; }
p { color: rgb(192,44,220); }
H1.HeaderClassName
{
color: #C02CDC;
}
.AnyTagClassName
{
color: #C02CDC;
}
</style>
background-color css
<style>
a { background-color: #C02CDC; }
a { background-color: rgb(192,44,220); }
div.DivClassName
{
background-color: #C02CDC;
}
.BgClassName
{
background-color: #C02CDC;
}
</style>
border-color css
<style>
span { border-color: #C02CDC; }
span { border-color: rgb(192,44,220); }
td.TdClassName
{
border-color: #C02CDC;
}
.TagClassName
{
border-color: #C02CDC;
}
</style>