Shades of Medium Orchid #C02CDE
Tints of Medium Orchid #C02CDE
RGB
CMYK
RGB Variations
Color information
#C02CDE (or 0xC02CDE) is known color: Medium Orchid. HEX triplet: C0, 2C and DE. RGB value is (192,44,222). Sum of RGB (Red+Green+Blue) = 192+44+222=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C02CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDE is #3FD321. Grayscale: #6B6B6B. Windows color (decimal): -4182818 or 14560448. OLE color: 14560448.
HSL color Cylindrical-coordinate representation of color #C02CDE: hue angle of 289.89º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02CDE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 44 | 222 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.89º | 0.73% | 0.52% | - |
| HSV(B) | 289.89º | 0.8% | 0.87% | - |
| XYZ | 35.82 | 18.28 | 70.75 | - |
| YUV | 108.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 222 | 0.14 | 0.80 | 0 | 0.13 | 289.89 | 0.73 | 0.52 |
| Hex | C0 | 2C | DE | E | 50 | 0 | D | 122 | 49 | 34 |
| Octal | 300 | 54 | 336 | 16 | 120 | 0 | 15 | 442 | 111 | 64 |
| Binary | 11000000 | 101100 | 11011110 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001001 | 110100 |
Color Harmonies of #C02CDE
Complementary color
Monochromatic Colors of #C02CDE
Black with #C02CDE
Text Example
Text Example
White with #C02CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CDE; }
p { color: rgb(192,44,222); }
H1.HeaderClassName
{
color: #C02CDE;
}
.AnyTagClassName
{
color: #C02CDE;
}
</style>
background-color css
<style>
a { background-color: #C02CDE; }
a { background-color: rgb(192,44,222); }
div.DivClassName
{
background-color: #C02CDE;
}
.BgClassName
{
background-color: #C02CDE;
}
</style>
border-color css
<style>
span { border-color: #C02CDE; }
span { border-color: rgb(192,44,222); }
td.TdClassName
{
border-color: #C02CDE;
}
.TagClassName
{
border-color: #C02CDE;
}
</style>