Shades of Medium Orchid #C430DA
Tints of Medium Orchid #C430DA
RGB
CMYK
RGB Variations
Color information
#C430DA (or 0xC430DA) is known color: Medium Orchid. HEX triplet: C4, 30 and DA. RGB value is (196,48,218). Sum of RGB (Red+Green+Blue) = 196+48+218=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #C430DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430DA is #3BCF25. Grayscale: #6F6F6F. Windows color (decimal): -3919654 or 14299332. OLE color: 14299332.
HSL color Cylindrical-coordinate representation of color #C430DA: hue angle of 292.24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C430DA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 48 | 218 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.15 |
| HSL | 292.24º | 0.7% | 0.52% | - |
| HSV(B) | 292.24º | 0.78% | 0.85% | - |
| XYZ | 36.48 | 18.91 | 68.06 | - |
| YUV | 111.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 218 | 0.10 | 0.78 | 0 | 0.15 | 292.24 | 0.7 | 0.52 |
| Hex | C4 | 30 | DA | A | 4E | 0 | F | 124 | 46 | 34 |
| Octal | 304 | 60 | 332 | 12 | 116 | 0 | 17 | 444 | 106 | 64 |
| Binary | 11000100 | 110000 | 11011010 | 1010 | 1001110 | 0 | 1111 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C430DA
Complementary color
Monochromatic Colors of #C430DA
Black with #C430DA
Text Example
Text Example
White with #C430DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430DA; }
p { color: rgb(196,48,218); }
H1.HeaderClassName
{
color: #C430DA;
}
.AnyTagClassName
{
color: #C430DA;
}
</style>
background-color css
<style>
a { background-color: #C430DA; }
a { background-color: rgb(196,48,218); }
div.DivClassName
{
background-color: #C430DA;
}
.BgClassName
{
background-color: #C430DA;
}
</style>
border-color css
<style>
span { border-color: #C430DA; }
span { border-color: rgb(196,48,218); }
td.TdClassName
{
border-color: #C430DA;
}
.TagClassName
{
border-color: #C430DA;
}
</style>