Shades of Medium Orchid #C03FD3
Tints of Medium Orchid #C03FD3
RGB
CMYK
RGB Variations
Color information
#C03FD3 (or 0xC03FD3) is known color: Medium Orchid. HEX triplet: C0, 3F and D3. RGB value is (192,63,211). Sum of RGB (Red+Green+Blue) = 192+63+211=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #C03FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FD3 is #3FC02C. Grayscale: #757575. Windows color (decimal): -4177965 or 13844416. OLE color: 13844416.
HSL color Cylindrical-coordinate representation of color #C03FD3: hue angle of 292.3º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03FD3 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 63 | 211 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.17 |
| HSL | 292.3º | 0.63% | 0.54% | - |
| HSV(B) | 292.3º | 0.7% | 0.83% | - |
| XYZ | 35.27 | 19.46 | 63.53 | - |
| YUV | 118.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 211 | 0.09 | 0.70 | 0 | 0.17 | 292.3 | 0.63 | 0.54 |
| Hex | C0 | 3F | D3 | 9 | 46 | 0 | 11 | 124 | 3F | 36 |
| Octal | 300 | 77 | 323 | 11 | 106 | 0 | 21 | 444 | 77 | 66 |
| Binary | 11000000 | 111111 | 11010011 | 1001 | 1000110 | 0 | 10001 | 100100100 | 111111 | 110110 |
Color Harmonies of #C03FD3
Complementary color
Monochromatic Colors of #C03FD3
Black with #C03FD3
Text Example
Text Example
White with #C03FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FD3; }
p { color: rgb(192,63,211); }
H1.HeaderClassName
{
color: #C03FD3;
}
.AnyTagClassName
{
color: #C03FD3;
}
</style>
background-color css
<style>
a { background-color: #C03FD3; }
a { background-color: rgb(192,63,211); }
div.DivClassName
{
background-color: #C03FD3;
}
.BgClassName
{
background-color: #C03FD3;
}
</style>
border-color css
<style>
span { border-color: #C03FD3; }
span { border-color: rgb(192,63,211); }
td.TdClassName
{
border-color: #C03FD3;
}
.TagClassName
{
border-color: #C03FD3;
}
</style>