Shades of Medium Orchid #C03FD7
Tints of Medium Orchid #C03FD7
RGB
CMYK
RGB Variations
Color information
#C03FD7 (or 0xC03FD7) is known color: Medium Orchid. HEX triplet: C0, 3F and D7. RGB value is (192,63,215). Sum of RGB (Red+Green+Blue) = 192+63+215=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #C03FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FD7 is #3FC028. Grayscale: #767676. Windows color (decimal): -4177961 or 14106560. OLE color: 14106560.
HSL color Cylindrical-coordinate representation of color #C03FD7: hue angle of 290.92º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03FD7 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 63 | 215 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.16 |
| HSL | 290.92º | 0.66% | 0.55% | - |
| HSV(B) | 290.92º | 0.71% | 0.84% | - |
| XYZ | 35.78 | 19.67 | 66.2 | - |
| YUV | 118.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 215 | 0.11 | 0.71 | 0 | 0.16 | 290.92 | 0.66 | 0.55 |
| Hex | C0 | 3F | D7 | B | 47 | 0 | 10 | 123 | 42 | 37 |
| Octal | 300 | 77 | 327 | 13 | 107 | 0 | 20 | 443 | 102 | 67 |
| Binary | 11000000 | 111111 | 11010111 | 1011 | 1000111 | 0 | 10000 | 100100011 | 1000010 | 110111 |
Color Harmonies of #C03FD7
Complementary color
Monochromatic Colors of #C03FD7
Black with #C03FD7
Text Example
Text Example
White with #C03FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FD7; }
p { color: rgb(192,63,215); }
H1.HeaderClassName
{
color: #C03FD7;
}
.AnyTagClassName
{
color: #C03FD7;
}
</style>
background-color css
<style>
a { background-color: #C03FD7; }
a { background-color: rgb(192,63,215); }
div.DivClassName
{
background-color: #C03FD7;
}
.BgClassName
{
background-color: #C03FD7;
}
</style>
border-color css
<style>
span { border-color: #C03FD7; }
span { border-color: rgb(192,63,215); }
td.TdClassName
{
border-color: #C03FD7;
}
.TagClassName
{
border-color: #C03FD7;
}
</style>