Shades of Medium Orchid #C02DDF
Tints of Medium Orchid #C02DDF
RGB
CMYK
RGB Variations
Color information
#C02DDF (or 0xC02DDF) is known color: Medium Orchid. HEX triplet: C0, 2D and DF. RGB value is (192,45,223). Sum of RGB (Red+Green+Blue) = 192+45+223=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DDF is #3FD220. Grayscale: #6C6C6C. Windows color (decimal): -4182561 or 14626240. OLE color: 14626240.
HSL color Cylindrical-coordinate representation of color #C02DDF: hue angle of 289.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02DDF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 45 | 223 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.55º | 0.74% | 0.53% | - |
| HSV(B) | 289.55º | 0.8% | 0.87% | - |
| XYZ | 36 | 18.41 | 71.47 | - |
| YUV | 109.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 223 | 0.14 | 0.80 | 0 | 0.13 | 289.55 | 0.74 | 0.53 |
| Hex | C0 | 2D | DF | E | 50 | 0 | D | 122 | 4A | 35 |
| Octal | 300 | 55 | 337 | 16 | 120 | 0 | 15 | 442 | 112 | 65 |
| Binary | 11000000 | 101101 | 11011111 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001010 | 110101 |
Color Harmonies of #C02DDF
Complementary color
Monochromatic Colors of #C02DDF
Black with #C02DDF
Text Example
Text Example
White with #C02DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DDF; }
p { color: rgb(192,45,223); }
H1.HeaderClassName
{
color: #C02DDF;
}
.AnyTagClassName
{
color: #C02DDF;
}
</style>
background-color css
<style>
a { background-color: #C02DDF; }
a { background-color: rgb(192,45,223); }
div.DivClassName
{
background-color: #C02DDF;
}
.BgClassName
{
background-color: #C02DDF;
}
</style>
border-color css
<style>
span { border-color: #C02DDF; }
span { border-color: rgb(192,45,223); }
td.TdClassName
{
border-color: #C02DDF;
}
.TagClassName
{
border-color: #C02DDF;
}
</style>