Shades of Medium Orchid #C24EEF
Tints of Medium Orchid #C24EEF
RGB
CMYK
RGB Variations
Color information
#C24EEF (or 0xC24EEF) is known color: Medium Orchid. HEX triplet: C2, 4E and EF. RGB value is (194,78,239). Sum of RGB (Red+Green+Blue) = 194+78+239=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #C24EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EEF is #3DB110. Grayscale: #828282. Windows color (decimal): -4043025 or 15683266. OLE color: 15683266.
HSL color Cylindrical-coordinate representation of color #C24EEF: hue angle of 283.23º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24EEF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 78 | 239 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.06 |
| HSL | 283.23º | 0.83% | 0.62% | - |
| HSV(B) | 283.23º | 0.67% | 0.94% | - |
| XYZ | 40.55 | 23.15 | 83.99 | - |
| YUV | 131.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 239 | 0.19 | 0.67 | 0 | 0.06 | 283.23 | 0.83 | 0.62 |
| Hex | C2 | 4E | EF | 13 | 43 | 0 | 6 | 11B | 53 | 3E |
| Octal | 302 | 116 | 357 | 23 | 103 | 0 | 6 | 433 | 123 | 76 |
| Binary | 11000010 | 1001110 | 11101111 | 10011 | 1000011 | 0 | 110 | 100011011 | 1010011 | 111110 |
Color Harmonies of #C24EEF
Complementary color
Monochromatic Colors of #C24EEF
Black with #C24EEF
Text Example
Text Example
White with #C24EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EEF; }
p { color: rgb(194,78,239); }
H1.HeaderClassName
{
color: #C24EEF;
}
.AnyTagClassName
{
color: #C24EEF;
}
</style>
background-color css
<style>
a { background-color: #C24EEF; }
a { background-color: rgb(194,78,239); }
div.DivClassName
{
background-color: #C24EEF;
}
.BgClassName
{
background-color: #C24EEF;
}
</style>
border-color css
<style>
span { border-color: #C24EEF; }
span { border-color: rgb(194,78,239); }
td.TdClassName
{
border-color: #C24EEF;
}
.TagClassName
{
border-color: #C24EEF;
}
</style>