Shades of Medium Orchid #C03CD8
Tints of Medium Orchid #C03CD8
RGB
CMYK
RGB Variations
Color information
#C03CD8 (or 0xC03CD8) is known color: Medium Orchid. HEX triplet: C0, 3C and D8. RGB value is (192,60,216). Sum of RGB (Red+Green+Blue) = 192+60+216=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #C03CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CD8 is #3FC327. Grayscale: #747474. Windows color (decimal): -4178728 or 14171328. OLE color: 14171328.
HSL color Cylindrical-coordinate representation of color #C03CD8: hue angle of 290.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03CD8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 60 | 216 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.15 |
| HSL | 290.77º | 0.67% | 0.54% | - |
| HSV(B) | 290.77º | 0.72% | 0.85% | - |
| XYZ | 35.75 | 19.4 | 66.83 | - |
| YUV | 117.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 216 | 0.11 | 0.72 | 0 | 0.15 | 290.77 | 0.67 | 0.54 |
| Hex | C0 | 3C | D8 | B | 48 | 0 | F | 123 | 43 | 36 |
| Octal | 300 | 74 | 330 | 13 | 110 | 0 | 17 | 443 | 103 | 66 |
| Binary | 11000000 | 111100 | 11011000 | 1011 | 1001000 | 0 | 1111 | 100100011 | 1000011 | 110110 |
Color Harmonies of #C03CD8
Complementary color
Monochromatic Colors of #C03CD8
Black with #C03CD8
Text Example
Text Example
White with #C03CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CD8; }
p { color: rgb(192,60,216); }
H1.HeaderClassName
{
color: #C03CD8;
}
.AnyTagClassName
{
color: #C03CD8;
}
</style>
background-color css
<style>
a { background-color: #C03CD8; }
a { background-color: rgb(192,60,216); }
div.DivClassName
{
background-color: #C03CD8;
}
.BgClassName
{
background-color: #C03CD8;
}
</style>
border-color css
<style>
span { border-color: #C03CD8; }
span { border-color: rgb(192,60,216); }
td.TdClassName
{
border-color: #C03CD8;
}
.TagClassName
{
border-color: #C03CD8;
}
</style>