Shades of Medium Orchid #C24EFF
Tints of Medium Orchid #C24EFF
RGB
CMYK
RGB Variations
Color information
#C24EFF (or 0xC24EFF) is known color: Medium Orchid. HEX triplet: C2, 4E and FF. RGB value is (194,78,255). Sum of RGB (Red+Green+Blue) = 194+78+255=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C24EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EFF is #3DB100. Grayscale: #848484. Windows color (decimal): -4043009 or 16731842. OLE color: 16731842.
HSL color Cylindrical-coordinate representation of color #C24EFF: hue angle of 279.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24EFF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 78 | 255 | - |
| CMYK | 0.24 | 0.69 | 0 | 0 |
| HSL | 279.32º | 1% | 0.65% | - |
| HSV(B) | 279.32º | 0.69% | 1% | - |
| XYZ | 43.02 | 24.14 | 97 | - |
| YUV | 132.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 255 | 0.24 | 0.69 | 0 | 0 | 279.32 | 1 | 0.65 |
| Hex | C2 | 4E | FF | 18 | 45 | 0 | 0 | 117 | 64 | 41 |
| Octal | 302 | 116 | 377 | 30 | 105 | 0 | 0 | 427 | 144 | 101 |
| Binary | 11000010 | 1001110 | 11111111 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100100 | 1000001 |
Color Harmonies of #C24EFF
Complementary color
Monochromatic Colors of #C24EFF
Black with #C24EFF
Text Example
Text Example
White with #C24EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EFF; }
p { color: rgb(194,78,255); }
H1.HeaderClassName
{
color: #C24EFF;
}
.AnyTagClassName
{
color: #C24EFF;
}
</style>
background-color css
<style>
a { background-color: #C24EFF; }
a { background-color: rgb(194,78,255); }
div.DivClassName
{
background-color: #C24EFF;
}
.BgClassName
{
background-color: #C24EFF;
}
</style>
border-color css
<style>
span { border-color: #C24EFF; }
span { border-color: rgb(194,78,255); }
td.TdClassName
{
border-color: #C24EFF;
}
.TagClassName
{
border-color: #C24EFF;
}
</style>