Shades of Medium Orchid #C03CD5
Tints of Medium Orchid #C03CD5
RGB
CMYK
RGB Variations
Color information
#C03CD5 (or 0xC03CD5) is known color: Medium Orchid. HEX triplet: C0, 3C and D5. RGB value is (192,60,213). Sum of RGB (Red+Green+Blue) = 192+60+213=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #C03CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CD5 is #3FC32A. Grayscale: #747474. Windows color (decimal): -4178731 or 13974720. OLE color: 13974720.
HSL color Cylindrical-coordinate representation of color #C03CD5: hue angle of 291.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03CD5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 60 | 213 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.16 |
| HSL | 291.76º | 0.65% | 0.54% | - |
| HSV(B) | 291.76º | 0.72% | 0.84% | - |
| XYZ | 35.36 | 19.24 | 64.8 | - |
| YUV | 116.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 213 | 0.10 | 0.72 | 0 | 0.16 | 291.76 | 0.65 | 0.54 |
| Hex | C0 | 3C | D5 | A | 48 | 0 | 10 | 124 | 41 | 36 |
| Octal | 300 | 74 | 325 | 12 | 110 | 0 | 20 | 444 | 101 | 66 |
| Binary | 11000000 | 111100 | 11010101 | 1010 | 1001000 | 0 | 10000 | 100100100 | 1000001 | 110110 |
Color Harmonies of #C03CD5
Complementary color
Monochromatic Colors of #C03CD5
Black with #C03CD5
Text Example
Text Example
White with #C03CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CD5; }
p { color: rgb(192,60,213); }
H1.HeaderClassName
{
color: #C03CD5;
}
.AnyTagClassName
{
color: #C03CD5;
}
</style>
background-color css
<style>
a { background-color: #C03CD5; }
a { background-color: rgb(192,60,213); }
div.DivClassName
{
background-color: #C03CD5;
}
.BgClassName
{
background-color: #C03CD5;
}
</style>
border-color css
<style>
span { border-color: #C03CD5; }
span { border-color: rgb(192,60,213); }
td.TdClassName
{
border-color: #C03CD5;
}
.TagClassName
{
border-color: #C03CD5;
}
</style>