Shades of Medium Orchid #C03FDC
Tints of Medium Orchid #C03FDC
RGB
CMYK
RGB Variations
Color information
#C03FDC (or 0xC03FDC) is known color: Medium Orchid. HEX triplet: C0, 3F and DC. RGB value is (192,63,220). Sum of RGB (Red+Green+Blue) = 192+63+220=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #C03FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FDC is #3FC023. Grayscale: #767676. Windows color (decimal): -4177956 or 14434240. OLE color: 14434240.
HSL color Cylindrical-coordinate representation of color #C03FDC: hue angle of 289.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03FDC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 63 | 220 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.14 |
| HSL | 289.3º | 0.69% | 0.55% | - |
| HSV(B) | 289.3º | 0.71% | 0.86% | - |
| XYZ | 36.43 | 19.93 | 69.64 | - |
| YUV | 119.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 220 | 0.13 | 0.71 | 0 | 0.14 | 289.3 | 0.69 | 0.55 |
| Hex | C0 | 3F | DC | D | 47 | 0 | E | 121 | 45 | 37 |
| Octal | 300 | 77 | 334 | 15 | 107 | 0 | 16 | 441 | 105 | 67 |
| Binary | 11000000 | 111111 | 11011100 | 1101 | 1000111 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #C03FDC
Complementary color
Monochromatic Colors of #C03FDC
Black with #C03FDC
Text Example
Text Example
White with #C03FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FDC; }
p { color: rgb(192,63,220); }
H1.HeaderClassName
{
color: #C03FDC;
}
.AnyTagClassName
{
color: #C03FDC;
}
</style>
background-color css
<style>
a { background-color: #C03FDC; }
a { background-color: rgb(192,63,220); }
div.DivClassName
{
background-color: #C03FDC;
}
.BgClassName
{
background-color: #C03FDC;
}
</style>
border-color css
<style>
span { border-color: #C03FDC; }
span { border-color: rgb(192,63,220); }
td.TdClassName
{
border-color: #C03FDC;
}
.TagClassName
{
border-color: #C03FDC;
}
</style>