Shades of Medium Orchid #C04ADF
Tints of Medium Orchid #C04ADF
RGB
CMYK
RGB Variations
Color information
#C04ADF (or 0xC04ADF) is known color: Medium Orchid. HEX triplet: C0, 4A and DF. RGB value is (192,74,223). Sum of RGB (Red+Green+Blue) = 192+74+223=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #C04ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADF is #3FB520. Grayscale: #7D7D7D. Windows color (decimal): -4175137 or 14633664. OLE color: 14633664.
HSL color Cylindrical-coordinate representation of color #C04ADF: hue angle of 287.52º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04ADF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 74 | 223 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.52º | 0.7% | 0.58% | - |
| HSV(B) | 287.52º | 0.67% | 0.87% | - |
| XYZ | 37.51 | 21.43 | 71.97 | - |
| YUV | 126.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 223 | 0.14 | 0.67 | 0 | 0.13 | 287.52 | 0.7 | 0.58 |
| Hex | C0 | 4A | DF | E | 43 | 0 | D | 120 | 46 | 3A |
| Octal | 300 | 112 | 337 | 16 | 103 | 0 | 15 | 440 | 106 | 72 |
| Binary | 11000000 | 1001010 | 11011111 | 1110 | 1000011 | 0 | 1101 | 100100000 | 1000110 | 111010 |
Color Harmonies of #C04ADF
Complementary color
Monochromatic Colors of #C04ADF
Black with #C04ADF
Text Example
Text Example
White with #C04ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ADF; }
p { color: rgb(192,74,223); }
H1.HeaderClassName
{
color: #C04ADF;
}
.AnyTagClassName
{
color: #C04ADF;
}
</style>
background-color css
<style>
a { background-color: #C04ADF; }
a { background-color: rgb(192,74,223); }
div.DivClassName
{
background-color: #C04ADF;
}
.BgClassName
{
background-color: #C04ADF;
}
</style>
border-color css
<style>
span { border-color: #C04ADF; }
span { border-color: rgb(192,74,223); }
td.TdClassName
{
border-color: #C04ADF;
}
.TagClassName
{
border-color: #C04ADF;
}
</style>