Shades of Medium Orchid #C24DCE
Tints of Medium Orchid #C24DCE
RGB
CMYK
RGB Variations
Color information
#C24DCE (or 0xC24DCE) is known color: Medium Orchid. HEX triplet: C2, 4D and CE. RGB value is (194,77,206). Sum of RGB (Red+Green+Blue) = 194+77+206=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #C24DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DCE is #3DB231. Grayscale: #7E7E7E. Windows color (decimal): -4043314 or 13520322. OLE color: 13520322.
HSL color Cylindrical-coordinate representation of color #C24DCE: hue angle of 294.42º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24DCE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 77 | 206 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.19 |
| HSL | 294.42º | 0.57% | 0.55% | - |
| HSV(B) | 294.42º | 0.63% | 0.81% | - |
| XYZ | 36.04 | 21.23 | 60.59 | - |
| YUV | 126.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 206 | 0.06 | 0.63 | 0 | 0.19 | 294.42 | 0.57 | 0.55 |
| Hex | C2 | 4D | CE | 6 | 3F | 0 | 13 | 126 | 39 | 37 |
| Octal | 302 | 115 | 316 | 6 | 77 | 0 | 23 | 446 | 71 | 67 |
| Binary | 11000010 | 1001101 | 11001110 | 110 | 111111 | 0 | 10011 | 100100110 | 111001 | 110111 |
Color Harmonies of #C24DCE
Complementary color
Monochromatic Colors of #C24DCE
Black with #C24DCE
Text Example
Text Example
White with #C24DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DCE; }
p { color: rgb(194,77,206); }
H1.HeaderClassName
{
color: #C24DCE;
}
.AnyTagClassName
{
color: #C24DCE;
}
</style>
background-color css
<style>
a { background-color: #C24DCE; }
a { background-color: rgb(194,77,206); }
div.DivClassName
{
background-color: #C24DCE;
}
.BgClassName
{
background-color: #C24DCE;
}
</style>
border-color css
<style>
span { border-color: #C24DCE; }
span { border-color: rgb(194,77,206); }
td.TdClassName
{
border-color: #C24DCE;
}
.TagClassName
{
border-color: #C24DCE;
}
</style>