Shades of Medium Orchid #C24AEF
Tints of Medium Orchid #C24AEF
RGB
CMYK
RGB Variations
Color information
#C24AEF (or 0xC24AEF) is known color: Medium Orchid. HEX triplet: C2, 4A and EF. RGB value is (194,74,239). Sum of RGB (Red+Green+Blue) = 194+74+239=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #C24AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AEF is #3DB510. Grayscale: #808080. Windows color (decimal): -4044049 or 15682242. OLE color: 15682242.
HSL color Cylindrical-coordinate representation of color #C24AEF: hue angle of 283.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24AEF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 74 | 239 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.06 |
| HSL | 283.64º | 0.84% | 0.61% | - |
| HSV(B) | 283.64º | 0.69% | 0.94% | - |
| XYZ | 40.28 | 22.6 | 83.9 | - |
| YUV | 128.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 239 | 0.19 | 0.69 | 0 | 0.06 | 283.64 | 0.84 | 0.61 |
| Hex | C2 | 4A | EF | 13 | 45 | 0 | 6 | 11C | 54 | 3D |
| Octal | 302 | 112 | 357 | 23 | 105 | 0 | 6 | 434 | 124 | 75 |
| Binary | 11000010 | 1001010 | 11101111 | 10011 | 1000101 | 0 | 110 | 100011100 | 1010100 | 111101 |
Color Harmonies of #C24AEF
Complementary color
Monochromatic Colors of #C24AEF
Black with #C24AEF
Text Example
Text Example
White with #C24AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AEF; }
p { color: rgb(194,74,239); }
H1.HeaderClassName
{
color: #C24AEF;
}
.AnyTagClassName
{
color: #C24AEF;
}
</style>
background-color css
<style>
a { background-color: #C24AEF; }
a { background-color: rgb(194,74,239); }
div.DivClassName
{
background-color: #C24AEF;
}
.BgClassName
{
background-color: #C24AEF;
}
</style>
border-color css
<style>
span { border-color: #C24AEF; }
span { border-color: rgb(194,74,239); }
td.TdClassName
{
border-color: #C24AEF;
}
.TagClassName
{
border-color: #C24AEF;
}
</style>