Shades of Medium Orchid #C430DF
Tints of Medium Orchid #C430DF
RGB
CMYK
RGB Variations
Color information
#C430DF (or 0xC430DF) is known color: Medium Orchid. HEX triplet: C4, 30 and DF. RGB value is (196,48,223). Sum of RGB (Red+Green+Blue) = 196+48+223=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C430DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430DF is #3BCF20. Grayscale: #6F6F6F. Windows color (decimal): -3919649 or 14627012. OLE color: 14627012.
HSL color Cylindrical-coordinate representation of color #C430DF: hue angle of 290.74º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C430DF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 48 | 223 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.13 |
| HSL | 290.74º | 0.73% | 0.53% | - |
| HSV(B) | 290.74º | 0.78% | 0.87% | - |
| XYZ | 37.14 | 19.18 | 71.56 | - |
| YUV | 112.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 223 | 0.12 | 0.78 | 0 | 0.13 | 290.74 | 0.73 | 0.53 |
| Hex | C4 | 30 | DF | C | 4E | 0 | D | 123 | 49 | 35 |
| Octal | 304 | 60 | 337 | 14 | 116 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000100 | 110000 | 11011111 | 1100 | 1001110 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C430DF
Complementary color
Monochromatic Colors of #C430DF
Black with #C430DF
Text Example
Text Example
White with #C430DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430DF; }
p { color: rgb(196,48,223); }
H1.HeaderClassName
{
color: #C430DF;
}
.AnyTagClassName
{
color: #C430DF;
}
</style>
background-color css
<style>
a { background-color: #C430DF; }
a { background-color: rgb(196,48,223); }
div.DivClassName
{
background-color: #C430DF;
}
.BgClassName
{
background-color: #C430DF;
}
</style>
border-color css
<style>
span { border-color: #C430DF; }
span { border-color: rgb(196,48,223); }
td.TdClassName
{
border-color: #C430DF;
}
.TagClassName
{
border-color: #C430DF;
}
</style>