Shades of Medium Orchid #C03BD8
Tints of Medium Orchid #C03BD8
RGB
CMYK
RGB Variations
Color information
#C03BD8 (or 0xC03BD8) is known color: Medium Orchid. HEX triplet: C0, 3B and D8. RGB value is (192,59,216). Sum of RGB (Red+Green+Blue) = 192+59+216=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #C03BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BD8 is #3FC427. Grayscale: #747474. Windows color (decimal): -4178984 or 14171072. OLE color: 14171072.
HSL color Cylindrical-coordinate representation of color #C03BD8: hue angle of 290.83º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03BD8 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 59 | 216 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.15 |
| HSL | 290.83º | 0.67% | 0.54% | - |
| HSV(B) | 290.83º | 0.73% | 0.85% | - |
| XYZ | 35.7 | 19.29 | 66.81 | - |
| YUV | 116.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 216 | 0.11 | 0.73 | 0 | 0.15 | 290.83 | 0.67 | 0.54 |
| Hex | C0 | 3B | D8 | B | 49 | 0 | F | 123 | 43 | 36 |
| Octal | 300 | 73 | 330 | 13 | 111 | 0 | 17 | 443 | 103 | 66 |
| Binary | 11000000 | 111011 | 11011000 | 1011 | 1001001 | 0 | 1111 | 100100011 | 1000011 | 110110 |
Color Harmonies of #C03BD8
Complementary color
Monochromatic Colors of #C03BD8
Black with #C03BD8
Text Example
Text Example
White with #C03BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BD8; }
p { color: rgb(192,59,216); }
H1.HeaderClassName
{
color: #C03BD8;
}
.AnyTagClassName
{
color: #C03BD8;
}
</style>
background-color css
<style>
a { background-color: #C03BD8; }
a { background-color: rgb(192,59,216); }
div.DivClassName
{
background-color: #C03BD8;
}
.BgClassName
{
background-color: #C03BD8;
}
</style>
border-color css
<style>
span { border-color: #C03BD8; }
span { border-color: rgb(192,59,216); }
td.TdClassName
{
border-color: #C03BD8;
}
.TagClassName
{
border-color: #C03BD8;
}
</style>