Shades of Medium Orchid #C03AD3
Tints of Medium Orchid #C03AD3
RGB
CMYK
RGB Variations
Color information
#C03AD3 (or 0xC03AD3) is known color: Medium Orchid. HEX triplet: C0, 3A and D3. RGB value is (192,58,211). Sum of RGB (Red+Green+Blue) = 192+58+211=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #C03AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AD3 is #3FC52C. Grayscale: #737373. Windows color (decimal): -4179245 or 13843136. OLE color: 13843136.
HSL color Cylindrical-coordinate representation of color #C03AD3: hue angle of 292.55º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03AD3 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 58 | 211 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.17 |
| HSL | 292.55º | 0.63% | 0.53% | - |
| HSV(B) | 292.55º | 0.73% | 0.83% | - |
| XYZ | 35.01 | 18.94 | 63.44 | - |
| YUV | 115.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 211 | 0.09 | 0.73 | 0 | 0.17 | 292.55 | 0.63 | 0.53 |
| Hex | C0 | 3A | D3 | 9 | 49 | 0 | 11 | 125 | 3F | 35 |
| Octal | 300 | 72 | 323 | 11 | 111 | 0 | 21 | 445 | 77 | 65 |
| Binary | 11000000 | 111010 | 11010011 | 1001 | 1001001 | 0 | 10001 | 100100101 | 111111 | 110101 |
Color Harmonies of #C03AD3
Complementary color
Monochromatic Colors of #C03AD3
Black with #C03AD3
Text Example
Text Example
White with #C03AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AD3; }
p { color: rgb(192,58,211); }
H1.HeaderClassName
{
color: #C03AD3;
}
.AnyTagClassName
{
color: #C03AD3;
}
</style>
background-color css
<style>
a { background-color: #C03AD3; }
a { background-color: rgb(192,58,211); }
div.DivClassName
{
background-color: #C03AD3;
}
.BgClassName
{
background-color: #C03AD3;
}
</style>
border-color css
<style>
span { border-color: #C03AD3; }
span { border-color: rgb(192,58,211); }
td.TdClassName
{
border-color: #C03AD3;
}
.TagClassName
{
border-color: #C03AD3;
}
</style>