Shades of Medium Orchid #C03DDC
Tints of Medium Orchid #C03DDC
RGB
CMYK
RGB Variations
Color information
#C03DDC (or 0xC03DDC) is known color: Medium Orchid. HEX triplet: C0, 3D and DC. RGB value is (192,61,220). Sum of RGB (Red+Green+Blue) = 192+61+220=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #C03DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DDC is #3FC223. Grayscale: #757575. Windows color (decimal): -4178468 or 14433728. OLE color: 14433728.
HSL color Cylindrical-coordinate representation of color #C03DDC: hue angle of 289.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03DDC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 61 | 220 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.14 |
| HSL | 289.43º | 0.69% | 0.55% | - |
| HSV(B) | 289.43º | 0.72% | 0.86% | - |
| XYZ | 36.33 | 19.71 | 69.6 | - |
| YUV | 118.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 220 | 0.13 | 0.72 | 0 | 0.14 | 289.43 | 0.69 | 0.55 |
| Hex | C0 | 3D | DC | D | 48 | 0 | E | 121 | 45 | 37 |
| Octal | 300 | 75 | 334 | 15 | 110 | 0 | 16 | 441 | 105 | 67 |
| Binary | 11000000 | 111101 | 11011100 | 1101 | 1001000 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #C03DDC
Complementary color
Monochromatic Colors of #C03DDC
Black with #C03DDC
Text Example
Text Example
White with #C03DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DDC; }
p { color: rgb(192,61,220); }
H1.HeaderClassName
{
color: #C03DDC;
}
.AnyTagClassName
{
color: #C03DDC;
}
</style>
background-color css
<style>
a { background-color: #C03DDC; }
a { background-color: rgb(192,61,220); }
div.DivClassName
{
background-color: #C03DDC;
}
.BgClassName
{
background-color: #C03DDC;
}
</style>
border-color css
<style>
span { border-color: #C03DDC; }
span { border-color: rgb(192,61,220); }
td.TdClassName
{
border-color: #C03DDC;
}
.TagClassName
{
border-color: #C03DDC;
}
</style>