Shades of Medium Orchid #C24DE4
Tints of Medium Orchid #C24DE4
RGB
CMYK
RGB Variations
Color information
#C24DE4 (or 0xC24DE4) is known color: Medium Orchid. HEX triplet: C2, 4D and E4. RGB value is (194,77,228). Sum of RGB (Red+Green+Blue) = 194+77+228=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #C24DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DE4 is #3DB21B. Grayscale: #808080. Windows color (decimal): -4043292 or 14962114. OLE color: 14962114.
HSL color Cylindrical-coordinate representation of color #C24DE4: hue angle of 286.49º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24DE4 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 77 | 228 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.11 |
| HSL | 286.49º | 0.74% | 0.6% | - |
| HSV(B) | 286.49º | 0.66% | 0.89% | - |
| XYZ | 38.91 | 22.38 | 75.67 | - |
| YUV | 129.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 228 | 0.15 | 0.66 | 0 | 0.11 | 286.49 | 0.74 | 0.6 |
| Hex | C2 | 4D | E4 | F | 42 | 0 | B | 11E | 4A | 3C |
| Octal | 302 | 115 | 344 | 17 | 102 | 0 | 13 | 436 | 112 | 74 |
| Binary | 11000010 | 1001101 | 11100100 | 1111 | 1000010 | 0 | 1011 | 100011110 | 1001010 | 111100 |
Color Harmonies of #C24DE4
Complementary color
Monochromatic Colors of #C24DE4
Black with #C24DE4
Text Example
Text Example
White with #C24DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DE4; }
p { color: rgb(194,77,228); }
H1.HeaderClassName
{
color: #C24DE4;
}
.AnyTagClassName
{
color: #C24DE4;
}
</style>
background-color css
<style>
a { background-color: #C24DE4; }
a { background-color: rgb(194,77,228); }
div.DivClassName
{
background-color: #C24DE4;
}
.BgClassName
{
background-color: #C24DE4;
}
</style>
border-color css
<style>
span { border-color: #C24DE4; }
span { border-color: rgb(194,77,228); }
td.TdClassName
{
border-color: #C24DE4;
}
.TagClassName
{
border-color: #C24DE4;
}
</style>