Shades of Medium Orchid #C03ADF
Tints of Medium Orchid #C03ADF
RGB
CMYK
RGB Variations
Color information
#C03ADF (or 0xC03ADF) is known color: Medium Orchid. HEX triplet: C0, 3A and DF. RGB value is (192,58,223). Sum of RGB (Red+Green+Blue) = 192+58+223=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #C03ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ADF is #3FC520. Grayscale: #747474. Windows color (decimal): -4179233 or 14629568. OLE color: 14629568.
HSL color Cylindrical-coordinate representation of color #C03ADF: hue angle of 288.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03ADF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 58 | 223 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.13 |
| HSL | 288.73º | 0.72% | 0.55% | - |
| HSV(B) | 288.73º | 0.74% | 0.87% | - |
| XYZ | 36.57 | 19.56 | 71.66 | - |
| YUV | 116.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 223 | 0.14 | 0.74 | 0 | 0.13 | 288.73 | 0.72 | 0.55 |
| Hex | C0 | 3A | DF | E | 4A | 0 | D | 121 | 48 | 37 |
| Octal | 300 | 72 | 337 | 16 | 112 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000000 | 111010 | 11011111 | 1110 | 1001010 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C03ADF
Complementary color
Monochromatic Colors of #C03ADF
Black with #C03ADF
Text Example
Text Example
White with #C03ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ADF; }
p { color: rgb(192,58,223); }
H1.HeaderClassName
{
color: #C03ADF;
}
.AnyTagClassName
{
color: #C03ADF;
}
</style>
background-color css
<style>
a { background-color: #C03ADF; }
a { background-color: rgb(192,58,223); }
div.DivClassName
{
background-color: #C03ADF;
}
.BgClassName
{
background-color: #C03ADF;
}
</style>
border-color css
<style>
span { border-color: #C03ADF; }
span { border-color: rgb(192,58,223); }
td.TdClassName
{
border-color: #C03ADF;
}
.TagClassName
{
border-color: #C03ADF;
}
</style>