Shades of Medium Orchid #C24ECE
Tints of Medium Orchid #C24ECE
RGB
CMYK
RGB Variations
Color information
#C24ECE (or 0xC24ECE) is known color: Medium Orchid. HEX triplet: C2, 4E and CE. RGB value is (194,78,206). Sum of RGB (Red+Green+Blue) = 194+78+206=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C24ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24ECE is #3DB131. Grayscale: #7E7E7E. Windows color (decimal): -4043058 or 13520578. OLE color: 13520578.
HSL color Cylindrical-coordinate representation of color #C24ECE: hue angle of 294.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24ECE is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 78 | 206 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.19 |
| HSL | 294.38º | 0.57% | 0.56% | - |
| HSV(B) | 294.38º | 0.62% | 0.81% | - |
| XYZ | 36.11 | 21.37 | 60.61 | - |
| YUV | 127.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 206 | 0.06 | 0.62 | 0 | 0.19 | 294.38 | 0.57 | 0.56 |
| Hex | C2 | 4E | CE | 6 | 3E | 0 | 13 | 126 | 39 | 38 |
| Octal | 302 | 116 | 316 | 6 | 76 | 0 | 23 | 446 | 71 | 70 |
| Binary | 11000010 | 1001110 | 11001110 | 110 | 111110 | 0 | 10011 | 100100110 | 111001 | 111000 |
Color Harmonies of #C24ECE
Complementary color
Monochromatic Colors of #C24ECE
Black with #C24ECE
Text Example
Text Example
White with #C24ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ECE; }
p { color: rgb(194,78,206); }
H1.HeaderClassName
{
color: #C24ECE;
}
.AnyTagClassName
{
color: #C24ECE;
}
</style>
background-color css
<style>
a { background-color: #C24ECE; }
a { background-color: rgb(194,78,206); }
div.DivClassName
{
background-color: #C24ECE;
}
.BgClassName
{
background-color: #C24ECE;
}
</style>
border-color css
<style>
span { border-color: #C24ECE; }
span { border-color: rgb(194,78,206); }
td.TdClassName
{
border-color: #C24ECE;
}
.TagClassName
{
border-color: #C24ECE;
}
</style>