Shades of Medium Orchid #C24ADC
Tints of Medium Orchid #C24ADC
RGB
CMYK
RGB Variations
Color information
#C24ADC (or 0xC24ADC) is known color: Medium Orchid. HEX triplet: C2, 4A and DC. RGB value is (194,74,220). Sum of RGB (Red+Green+Blue) = 194+74+220=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ADC is #3DB523. Grayscale: #7E7E7E. Windows color (decimal): -4044068 or 14437058. OLE color: 14437058.
HSL color Cylindrical-coordinate representation of color #C24ADC: hue angle of 289.32º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24ADC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 74 | 220 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.14 |
| HSL | 289.32º | 0.68% | 0.58% | - |
| HSV(B) | 289.32º | 0.66% | 0.86% | - |
| XYZ | 37.62 | 21.53 | 69.88 | - |
| YUV | 126.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 220 | 0.12 | 0.66 | 0 | 0.14 | 289.32 | 0.68 | 0.58 |
| Hex | C2 | 4A | DC | C | 42 | 0 | E | 121 | 44 | 3A |
| Octal | 302 | 112 | 334 | 14 | 102 | 0 | 16 | 441 | 104 | 72 |
| Binary | 11000010 | 1001010 | 11011100 | 1100 | 1000010 | 0 | 1110 | 100100001 | 1000100 | 111010 |
Color Harmonies of #C24ADC
Complementary color
Monochromatic Colors of #C24ADC
Black with #C24ADC
Text Example
Text Example
White with #C24ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ADC; }
p { color: rgb(194,74,220); }
H1.HeaderClassName
{
color: #C24ADC;
}
.AnyTagClassName
{
color: #C24ADC;
}
</style>
background-color css
<style>
a { background-color: #C24ADC; }
a { background-color: rgb(194,74,220); }
div.DivClassName
{
background-color: #C24ADC;
}
.BgClassName
{
background-color: #C24ADC;
}
</style>
border-color css
<style>
span { border-color: #C24ADC; }
span { border-color: rgb(194,74,220); }
td.TdClassName
{
border-color: #C24ADC;
}
.TagClassName
{
border-color: #C24ADC;
}
</style>