Shades of Medium Orchid #C24ACE
Tints of Medium Orchid #C24ACE
RGB
CMYK
RGB Variations
Color information
#C24ACE (or 0xC24ACE) is known color: Medium Orchid. HEX triplet: C2, 4A and CE. RGB value is (194,74,206). Sum of RGB (Red+Green+Blue) = 194+74+206=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C24ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ACE is #3DB531. Grayscale: #7C7C7C. Windows color (decimal): -4044082 or 13519554. OLE color: 13519554.
HSL color Cylindrical-coordinate representation of color #C24ACE: hue angle of 294.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24ACE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 74 | 206 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.19 |
| HSL | 294.55º | 0.57% | 0.55% | - |
| HSV(B) | 294.55º | 0.64% | 0.81% | - |
| XYZ | 35.84 | 20.82 | 60.52 | - |
| YUV | 124.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 206 | 0.06 | 0.64 | 0 | 0.19 | 294.55 | 0.57 | 0.55 |
| Hex | C2 | 4A | CE | 6 | 40 | 0 | 13 | 127 | 39 | 37 |
| Octal | 302 | 112 | 316 | 6 | 100 | 0 | 23 | 447 | 71 | 67 |
| Binary | 11000010 | 1001010 | 11001110 | 110 | 1000000 | 0 | 10011 | 100100111 | 111001 | 110111 |
Color Harmonies of #C24ACE
Complementary color
Monochromatic Colors of #C24ACE
Black with #C24ACE
Text Example
Text Example
White with #C24ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ACE; }
p { color: rgb(194,74,206); }
H1.HeaderClassName
{
color: #C24ACE;
}
.AnyTagClassName
{
color: #C24ACE;
}
</style>
background-color css
<style>
a { background-color: #C24ACE; }
a { background-color: rgb(194,74,206); }
div.DivClassName
{
background-color: #C24ACE;
}
.BgClassName
{
background-color: #C24ACE;
}
</style>
border-color css
<style>
span { border-color: #C24ACE; }
span { border-color: rgb(194,74,206); }
td.TdClassName
{
border-color: #C24ACE;
}
.TagClassName
{
border-color: #C24ACE;
}
</style>