Shades of Medium Orchid #C24CEE
Tints of Medium Orchid #C24CEE
RGB
CMYK
RGB Variations
Color information
#C24CEE (or 0xC24CEE) is known color: Medium Orchid. HEX triplet: C2, 4C and EE. RGB value is (194,76,238). Sum of RGB (Red+Green+Blue) = 194+76+238=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #C24CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CEE is #3DB311. Grayscale: #818181. Windows color (decimal): -4043538 or 15617218. OLE color: 15617218.
HSL color Cylindrical-coordinate representation of color #C24CEE: hue angle of 283.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24CEE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 76 | 238 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 283.7º | 0.83% | 0.62% | - |
| HSV(B) | 283.7º | 0.68% | 0.93% | - |
| XYZ | 40.27 | 22.81 | 83.17 | - |
| YUV | 129.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 238 | 0.18 | 0.68 | 0 | 0.07 | 283.7 | 0.83 | 0.62 |
| Hex | C2 | 4C | EE | 12 | 44 | 0 | 7 | 11C | 53 | 3E |
| Octal | 302 | 114 | 356 | 22 | 104 | 0 | 7 | 434 | 123 | 76 |
| Binary | 11000010 | 1001100 | 11101110 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010011 | 111110 |
Color Harmonies of #C24CEE
Complementary color
Monochromatic Colors of #C24CEE
Black with #C24CEE
Text Example
Text Example
White with #C24CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CEE; }
p { color: rgb(194,76,238); }
H1.HeaderClassName
{
color: #C24CEE;
}
.AnyTagClassName
{
color: #C24CEE;
}
</style>
background-color css
<style>
a { background-color: #C24CEE; }
a { background-color: rgb(194,76,238); }
div.DivClassName
{
background-color: #C24CEE;
}
.BgClassName
{
background-color: #C24CEE;
}
</style>
border-color css
<style>
span { border-color: #C24CEE; }
span { border-color: rgb(194,76,238); }
td.TdClassName
{
border-color: #C24CEE;
}
.TagClassName
{
border-color: #C24CEE;
}
</style>