Shades of Medium Orchid #C03FCD
Tints of Medium Orchid #C03FCD
RGB
CMYK
RGB Variations
Color information
#C03FCD (or 0xC03FCD) is known color: Medium Orchid. HEX triplet: C0, 3F and CD. RGB value is (192,63,205). Sum of RGB (Red+Green+Blue) = 192+63+205=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C03FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FCD is #3FC032. Grayscale: #757575. Windows color (decimal): -4177971 or 13451200. OLE color: 13451200.
HSL color Cylindrical-coordinate representation of color #C03FCD: hue angle of 294.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03FCD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 63 | 205 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.20 |
| HSL | 294.51º | 0.59% | 0.53% | - |
| HSV(B) | 294.51º | 0.69% | 0.8% | - |
| XYZ | 34.54 | 19.17 | 59.64 | - |
| YUV | 117.76 | 177.24 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 205 | 0.06 | 0.69 | 0 | 0.20 | 294.51 | 0.59 | 0.53 |
| Hex | C0 | 3F | CD | 6 | 45 | 0 | 14 | 127 | 3B | 35 |
| Octal | 300 | 77 | 315 | 6 | 105 | 0 | 24 | 447 | 73 | 65 |
| Binary | 11000000 | 111111 | 11001101 | 110 | 1000101 | 0 | 10100 | 100100111 | 111011 | 110101 |
Color Harmonies of #C03FCD
Complementary color
Monochromatic Colors of #C03FCD
Black with #C03FCD
Text Example
Text Example
White with #C03FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FCD; }
p { color: rgb(192,63,205); }
H1.HeaderClassName
{
color: #C03FCD;
}
.AnyTagClassName
{
color: #C03FCD;
}
</style>
background-color css
<style>
a { background-color: #C03FCD; }
a { background-color: rgb(192,63,205); }
div.DivClassName
{
background-color: #C03FCD;
}
.BgClassName
{
background-color: #C03FCD;
}
</style>
border-color css
<style>
span { border-color: #C03FCD; }
span { border-color: rgb(192,63,205); }
td.TdClassName
{
border-color: #C03FCD;
}
.TagClassName
{
border-color: #C03FCD;
}
</style>