Shades of Medium Orchid #C43ADC
Tints of Medium Orchid #C43ADC
RGB
CMYK
RGB Variations
Color information
#C43ADC (or 0xC43ADC) is known color: Medium Orchid. HEX triplet: C4, 3A and DC. RGB value is (196,58,220). Sum of RGB (Red+Green+Blue) = 196+58+220=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #C43ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ADC is #3BC523. Grayscale: #757575. Windows color (decimal): -3917092 or 14432964. OLE color: 14432964.
HSL color Cylindrical-coordinate representation of color #C43ADC: hue angle of 291.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43ADC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 58 | 220 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.14 |
| HSL | 291.11º | 0.7% | 0.55% | - |
| HSV(B) | 291.11º | 0.74% | 0.86% | - |
| XYZ | 37.2 | 19.93 | 69.6 | - |
| YUV | 117.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 220 | 0.11 | 0.74 | 0 | 0.14 | 291.11 | 0.7 | 0.55 |
| Hex | C4 | 3A | DC | B | 4A | 0 | E | 123 | 46 | 37 |
| Octal | 304 | 72 | 334 | 13 | 112 | 0 | 16 | 443 | 106 | 67 |
| Binary | 11000100 | 111010 | 11011100 | 1011 | 1001010 | 0 | 1110 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C43ADC
Complementary color
Monochromatic Colors of #C43ADC
Black with #C43ADC
Text Example
Text Example
White with #C43ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ADC; }
p { color: rgb(196,58,220); }
H1.HeaderClassName
{
color: #C43ADC;
}
.AnyTagClassName
{
color: #C43ADC;
}
</style>
background-color css
<style>
a { background-color: #C43ADC; }
a { background-color: rgb(196,58,220); }
div.DivClassName
{
background-color: #C43ADC;
}
.BgClassName
{
background-color: #C43ADC;
}
</style>
border-color css
<style>
span { border-color: #C43ADC; }
span { border-color: rgb(196,58,220); }
td.TdClassName
{
border-color: #C43ADC;
}
.TagClassName
{
border-color: #C43ADC;
}
</style>