Shades of Medium Orchid #C02DDE
Tints of Medium Orchid #C02DDE
RGB
CMYK
RGB Variations
Color information
#C02DDE (or 0xC02DDE) is known color: Medium Orchid. HEX triplet: C0, 2D and DE. RGB value is (192,45,222). Sum of RGB (Red+Green+Blue) = 192+45+222=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #C02DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DDE is #3FD221. Grayscale: #6C6C6C. Windows color (decimal): -4182562 or 14560704. OLE color: 14560704.
HSL color Cylindrical-coordinate representation of color #C02DDE: hue angle of 289.83º 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 #C02DDE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 45 | 222 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.83º | 0.73% | 0.52% | - |
| HSV(B) | 289.83º | 0.8% | 0.87% | - |
| XYZ | 35.86 | 18.36 | 70.76 | - |
| YUV | 109.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 222 | 0.14 | 0.80 | 0 | 0.13 | 289.83 | 0.73 | 0.52 |
| Hex | C0 | 2D | DE | E | 50 | 0 | D | 122 | 49 | 34 |
| Octal | 300 | 55 | 336 | 16 | 120 | 0 | 15 | 442 | 111 | 64 |
| Binary | 11000000 | 101101 | 11011110 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001001 | 110100 |
Color Harmonies of #C02DDE
Complementary color
Monochromatic Colors of #C02DDE
Black with #C02DDE
Text Example
Text Example
White with #C02DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DDE; }
p { color: rgb(192,45,222); }
H1.HeaderClassName
{
color: #C02DDE;
}
.AnyTagClassName
{
color: #C02DDE;
}
</style>
background-color css
<style>
a { background-color: #C02DDE; }
a { background-color: rgb(192,45,222); }
div.DivClassName
{
background-color: #C02DDE;
}
.BgClassName
{
background-color: #C02DDE;
}
</style>
border-color css
<style>
span { border-color: #C02DDE; }
span { border-color: rgb(192,45,222); }
td.TdClassName
{
border-color: #C02DDE;
}
.TagClassName
{
border-color: #C02DDE;
}
</style>