Shades of Medium Orchid #C03FD0
Tints of Medium Orchid #C03FD0
RGB
CMYK
RGB Variations
Color information
#C03FD0 (or 0xC03FD0) is known color: Medium Orchid. HEX triplet: C0, 3F and D0. RGB value is (192,63,208). Sum of RGB (Red+Green+Blue) = 192+63+208=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #C03FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FD0 is #3FC02F. Grayscale: #757575. Windows color (decimal): -4177968 or 13647808. OLE color: 13647808.
HSL color Cylindrical-coordinate representation of color #C03FD0: hue angle of 293.38º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03FD0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 63 | 208 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.18 |
| HSL | 293.38º | 0.61% | 0.53% | - |
| HSV(B) | 293.38º | 0.7% | 0.82% | - |
| XYZ | 34.9 | 19.32 | 61.56 | - |
| YUV | 118.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 208 | 0.08 | 0.70 | 0 | 0.18 | 293.38 | 0.61 | 0.53 |
| Hex | C0 | 3F | D0 | 8 | 46 | 0 | 12 | 125 | 3D | 35 |
| Octal | 300 | 77 | 320 | 10 | 106 | 0 | 22 | 445 | 75 | 65 |
| Binary | 11000000 | 111111 | 11010000 | 1000 | 1000110 | 0 | 10010 | 100100101 | 111101 | 110101 |
Color Harmonies of #C03FD0
Complementary color
Monochromatic Colors of #C03FD0
Black with #C03FD0
Text Example
Text Example
White with #C03FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FD0; }
p { color: rgb(192,63,208); }
H1.HeaderClassName
{
color: #C03FD0;
}
.AnyTagClassName
{
color: #C03FD0;
}
</style>
background-color css
<style>
a { background-color: #C03FD0; }
a { background-color: rgb(192,63,208); }
div.DivClassName
{
background-color: #C03FD0;
}
.BgClassName
{
background-color: #C03FD0;
}
</style>
border-color css
<style>
span { border-color: #C03FD0; }
span { border-color: rgb(192,63,208); }
td.TdClassName
{
border-color: #C03FD0;
}
.TagClassName
{
border-color: #C03FD0;
}
</style>