Shades of Medium Orchid #C24EF9
Tints of Medium Orchid #C24EF9
RGB
CMYK
RGB Variations
Color information
#C24EF9 (or 0xC24EF9) is known color: Medium Orchid. HEX triplet: C2, 4E and F9. RGB value is (194,78,249). Sum of RGB (Red+Green+Blue) = 194+78+249=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #C24EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EF9 is #3DB106. Grayscale: #838383. Windows color (decimal): -4043015 or 16338626. OLE color: 16338626.
HSL color Cylindrical-coordinate representation of color #C24EF9: hue angle of 280.7º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24EF9 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 78 | 249 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 280.7º | 0.93% | 0.64% | - |
| HSV(B) | 280.7º | 0.69% | 0.98% | - |
| XYZ | 42.07 | 23.76 | 91.99 | - |
| YUV | 132.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 249 | 0.22 | 0.69 | 0 | 0.02 | 280.7 | 0.93 | 0.64 |
| Hex | C2 | 4E | F9 | 16 | 45 | 0 | 2 | 119 | 5D | 40 |
| Octal | 302 | 116 | 371 | 26 | 105 | 0 | 2 | 431 | 135 | 100 |
| Binary | 11000010 | 1001110 | 11111001 | 10110 | 1000101 | 0 | 10 | 100011001 | 1011101 | 1000000 |
Color Harmonies of #C24EF9
Complementary color
Monochromatic Colors of #C24EF9
Black with #C24EF9
Text Example
Text Example
White with #C24EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EF9; }
p { color: rgb(194,78,249); }
H1.HeaderClassName
{
color: #C24EF9;
}
.AnyTagClassName
{
color: #C24EF9;
}
</style>
background-color css
<style>
a { background-color: #C24EF9; }
a { background-color: rgb(194,78,249); }
div.DivClassName
{
background-color: #C24EF9;
}
.BgClassName
{
background-color: #C24EF9;
}
</style>
border-color css
<style>
span { border-color: #C24EF9; }
span { border-color: rgb(194,78,249); }
td.TdClassName
{
border-color: #C24EF9;
}
.TagClassName
{
border-color: #C24EF9;
}
</style>