Shades of Medium Orchid #C03FDF
Tints of Medium Orchid #C03FDF
RGB
CMYK
RGB Variations
Color information
#C03FDF (or 0xC03FDF) is known color: Medium Orchid. HEX triplet: C0, 3F and DF. RGB value is (192,63,223). Sum of RGB (Red+Green+Blue) = 192+63+223=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C03FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FDF is #3FC020. Grayscale: #777777. Windows color (decimal): -4177953 or 14630848. OLE color: 14630848.
HSL color Cylindrical-coordinate representation of color #C03FDF: hue angle of 288.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03FDF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 63 | 223 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.13 |
| HSL | 288.38º | 0.71% | 0.56% | - |
| HSV(B) | 288.38º | 0.72% | 0.87% | - |
| XYZ | 36.84 | 20.09 | 71.75 | - |
| YUV | 119.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 223 | 0.14 | 0.72 | 0 | 0.13 | 288.38 | 0.71 | 0.56 |
| Hex | C0 | 3F | DF | E | 48 | 0 | D | 120 | 47 | 38 |
| Octal | 300 | 77 | 337 | 16 | 110 | 0 | 15 | 440 | 107 | 70 |
| Binary | 11000000 | 111111 | 11011111 | 1110 | 1001000 | 0 | 1101 | 100100000 | 1000111 | 111000 |
Color Harmonies of #C03FDF
Complementary color
Monochromatic Colors of #C03FDF
Black with #C03FDF
Text Example
Text Example
White with #C03FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FDF; }
p { color: rgb(192,63,223); }
H1.HeaderClassName
{
color: #C03FDF;
}
.AnyTagClassName
{
color: #C03FDF;
}
</style>
background-color css
<style>
a { background-color: #C03FDF; }
a { background-color: rgb(192,63,223); }
div.DivClassName
{
background-color: #C03FDF;
}
.BgClassName
{
background-color: #C03FDF;
}
</style>
border-color css
<style>
span { border-color: #C03FDF; }
span { border-color: rgb(192,63,223); }
td.TdClassName
{
border-color: #C03FDF;
}
.TagClassName
{
border-color: #C03FDF;
}
</style>