Shades of Medium Orchid #C03DCD
Tints of Medium Orchid #C03DCD
RGB
CMYK
RGB Variations
Color information
#C03DCD (or 0xC03DCD) is known color: Medium Orchid. HEX triplet: C0, 3D and CD. RGB value is (192,61,205). Sum of RGB (Red+Green+Blue) = 192+61+205=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C03DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DCD is #3FC232. Grayscale: #747474. Windows color (decimal): -4178483 or 13450688. OLE color: 13450688.
HSL color Cylindrical-coordinate representation of color #C03DCD: hue angle of 294.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03DCD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 61 | 205 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.20 |
| HSL | 294.58º | 0.59% | 0.52% | - |
| HSV(B) | 294.58º | 0.7% | 0.8% | - |
| XYZ | 34.43 | 18.95 | 59.6 | - |
| YUV | 116.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 205 | 0.06 | 0.70 | 0 | 0.20 | 294.58 | 0.59 | 0.52 |
| Hex | C0 | 3D | CD | 6 | 46 | 0 | 14 | 127 | 3B | 34 |
| Octal | 300 | 75 | 315 | 6 | 106 | 0 | 24 | 447 | 73 | 64 |
| Binary | 11000000 | 111101 | 11001101 | 110 | 1000110 | 0 | 10100 | 100100111 | 111011 | 110100 |
Color Harmonies of #C03DCD
Complementary color
Monochromatic Colors of #C03DCD
Black with #C03DCD
Text Example
Text Example
White with #C03DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DCD; }
p { color: rgb(192,61,205); }
H1.HeaderClassName
{
color: #C03DCD;
}
.AnyTagClassName
{
color: #C03DCD;
}
</style>
background-color css
<style>
a { background-color: #C03DCD; }
a { background-color: rgb(192,61,205); }
div.DivClassName
{
background-color: #C03DCD;
}
.BgClassName
{
background-color: #C03DCD;
}
</style>
border-color css
<style>
span { border-color: #C03DCD; }
span { border-color: rgb(192,61,205); }
td.TdClassName
{
border-color: #C03DCD;
}
.TagClassName
{
border-color: #C03DCD;
}
</style>