Shades of Medium Orchid #C24FEE
Tints of Medium Orchid #C24FEE
RGB
CMYK
RGB Variations
Color information
#C24FEE (or 0xC24FEE) is known color: Medium Orchid. HEX triplet: C2, 4F and EE. RGB value is (194,79,238). Sum of RGB (Red+Green+Blue) = 194+79+238=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C24FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FEE is #3DB011. Grayscale: #828282. Windows color (decimal): -4042770 or 15617986. OLE color: 15617986.
HSL color Cylindrical-coordinate representation of color #C24FEE: hue angle of 283.4º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24FEE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 79 | 238 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.07 |
| HSL | 283.4º | 0.82% | 0.62% | - |
| HSV(B) | 283.4º | 0.67% | 0.93% | - |
| XYZ | 40.48 | 23.23 | 83.24 | - |
| YUV | 131.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 238 | 0.18 | 0.67 | 0 | 0.07 | 283.4 | 0.82 | 0.62 |
| Hex | C2 | 4F | EE | 12 | 43 | 0 | 7 | 11B | 52 | 3E |
| Octal | 302 | 117 | 356 | 22 | 103 | 0 | 7 | 433 | 122 | 76 |
| Binary | 11000010 | 1001111 | 11101110 | 10010 | 1000011 | 0 | 111 | 100011011 | 1010010 | 111110 |
Color Harmonies of #C24FEE
Complementary color
Monochromatic Colors of #C24FEE
Black with #C24FEE
Text Example
Text Example
White with #C24FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FEE; }
p { color: rgb(194,79,238); }
H1.HeaderClassName
{
color: #C24FEE;
}
.AnyTagClassName
{
color: #C24FEE;
}
</style>
background-color css
<style>
a { background-color: #C24FEE; }
a { background-color: rgb(194,79,238); }
div.DivClassName
{
background-color: #C24FEE;
}
.BgClassName
{
background-color: #C24FEE;
}
</style>
border-color css
<style>
span { border-color: #C24FEE; }
span { border-color: rgb(194,79,238); }
td.TdClassName
{
border-color: #C24FEE;
}
.TagClassName
{
border-color: #C24FEE;
}
</style>