Shades of Medium Orchid #C03BDC
Tints of Medium Orchid #C03BDC
RGB
CMYK
RGB Variations
Color information
#C03BDC (or 0xC03BDC) is known color: Medium Orchid. HEX triplet: C0, 3B and DC. RGB value is (192,59,220). Sum of RGB (Red+Green+Blue) = 192+59+220=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #C03BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BDC is #3FC423. Grayscale: #747474. Windows color (decimal): -4178980 or 14433216. OLE color: 14433216.
HSL color Cylindrical-coordinate representation of color #C03BDC: hue angle of 289.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03BDC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 59 | 220 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.14 |
| HSL | 289.57º | 0.7% | 0.55% | - |
| HSV(B) | 289.57º | 0.73% | 0.86% | - |
| XYZ | 36.22 | 19.5 | 69.57 | - |
| YUV | 117.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 220 | 0.13 | 0.73 | 0 | 0.14 | 289.57 | 0.7 | 0.55 |
| Hex | C0 | 3B | DC | D | 49 | 0 | E | 122 | 46 | 37 |
| Octal | 300 | 73 | 334 | 15 | 111 | 0 | 16 | 442 | 106 | 67 |
| Binary | 11000000 | 111011 | 11011100 | 1101 | 1001001 | 0 | 1110 | 100100010 | 1000110 | 110111 |
Color Harmonies of #C03BDC
Complementary color
Monochromatic Colors of #C03BDC
Black with #C03BDC
Text Example
Text Example
White with #C03BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BDC; }
p { color: rgb(192,59,220); }
H1.HeaderClassName
{
color: #C03BDC;
}
.AnyTagClassName
{
color: #C03BDC;
}
</style>
background-color css
<style>
a { background-color: #C03BDC; }
a { background-color: rgb(192,59,220); }
div.DivClassName
{
background-color: #C03BDC;
}
.BgClassName
{
background-color: #C03BDC;
}
</style>
border-color css
<style>
span { border-color: #C03BDC; }
span { border-color: rgb(192,59,220); }
td.TdClassName
{
border-color: #C03BDC;
}
.TagClassName
{
border-color: #C03BDC;
}
</style>