Shades of Medium Orchid #C02CDF
Tints of Medium Orchid #C02CDF
RGB
CMYK
RGB Variations
Color information
#C02CDF (or 0xC02CDF) is known color: Medium Orchid. HEX triplet: C0, 2C and DF. RGB value is (192,44,223). Sum of RGB (Red+Green+Blue) = 192+44+223=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDF is #3FD320. Grayscale: #6C6C6C. Windows color (decimal): -4182817 or 14625984. OLE color: 14625984.
HSL color Cylindrical-coordinate representation of color #C02CDF: hue angle of 289.61º degrees, saturation: 0.74, 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 #C02CDF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 44 | 223 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.61º | 0.74% | 0.52% | - |
| HSV(B) | 289.61º | 0.8% | 0.87% | - |
| XYZ | 35.96 | 18.34 | 71.46 | - |
| YUV | 108.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 223 | 0.14 | 0.80 | 0 | 0.13 | 289.61 | 0.74 | 0.52 |
| Hex | C0 | 2C | DF | E | 50 | 0 | D | 122 | 4A | 34 |
| Octal | 300 | 54 | 337 | 16 | 120 | 0 | 15 | 442 | 112 | 64 |
| Binary | 11000000 | 101100 | 11011111 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001010 | 110100 |
Color Harmonies of #C02CDF
Complementary color
Monochromatic Colors of #C02CDF
Black with #C02CDF
Text Example
Text Example
White with #C02CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CDF; }
p { color: rgb(192,44,223); }
H1.HeaderClassName
{
color: #C02CDF;
}
.AnyTagClassName
{
color: #C02CDF;
}
</style>
background-color css
<style>
a { background-color: #C02CDF; }
a { background-color: rgb(192,44,223); }
div.DivClassName
{
background-color: #C02CDF;
}
.BgClassName
{
background-color: #C02CDF;
}
</style>
border-color css
<style>
span { border-color: #C02CDF; }
span { border-color: rgb(192,44,223); }
td.TdClassName
{
border-color: #C02CDF;
}
.TagClassName
{
border-color: #C02CDF;
}
</style>