Shades of Medium Orchid #C03DDD
Tints of Medium Orchid #C03DDD
RGB
CMYK
RGB Variations
Color information
#C03DDD (or 0xC03DDD) is known color: Medium Orchid. HEX triplet: C0, 3D and DD. RGB value is (192,61,221). Sum of RGB (Red+Green+Blue) = 192+61+221=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C03DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DDD is #3FC222. Grayscale: #757575. Windows color (decimal): -4178467 or 14499264. OLE color: 14499264.
HSL color Cylindrical-coordinate representation of color #C03DDD: hue angle of 289.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03DDD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 61 | 221 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.13º | 0.7% | 0.55% | - |
| HSV(B) | 289.13º | 0.72% | 0.87% | - |
| XYZ | 36.46 | 19.76 | 70.3 | - |
| YUV | 118.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 221 | 0.13 | 0.72 | 0 | 0.13 | 289.13 | 0.7 | 0.55 |
| Hex | C0 | 3D | DD | D | 48 | 0 | D | 121 | 46 | 37 |
| Octal | 300 | 75 | 335 | 15 | 110 | 0 | 15 | 441 | 106 | 67 |
| Binary | 11000000 | 111101 | 11011101 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1000110 | 110111 |
Color Harmonies of #C03DDD
Complementary color
Monochromatic Colors of #C03DDD
Black with #C03DDD
Text Example
Text Example
White with #C03DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DDD; }
p { color: rgb(192,61,221); }
H1.HeaderClassName
{
color: #C03DDD;
}
.AnyTagClassName
{
color: #C03DDD;
}
</style>
background-color css
<style>
a { background-color: #C03DDD; }
a { background-color: rgb(192,61,221); }
div.DivClassName
{
background-color: #C03DDD;
}
.BgClassName
{
background-color: #C03DDD;
}
</style>
border-color css
<style>
span { border-color: #C03DDD; }
span { border-color: rgb(192,61,221); }
td.TdClassName
{
border-color: #C03DDD;
}
.TagClassName
{
border-color: #C03DDD;
}
</style>