Shades of Medium Orchid #C24AEE
Tints of Medium Orchid #C24AEE
RGB
CMYK
RGB Variations
Color information
#C24AEE (or 0xC24AEE) is known color: Medium Orchid. HEX triplet: C2, 4A and EE. RGB value is (194,74,238). Sum of RGB (Red+Green+Blue) = 194+74+238=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #C24AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AEE is #3DB511. Grayscale: #808080. Windows color (decimal): -4044050 or 15616706. OLE color: 15616706.
HSL color Cylindrical-coordinate representation of color #C24AEE: hue angle of 283.9º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24AEE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 74 | 238 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 283.9º | 0.83% | 0.61% | - |
| HSV(B) | 283.9º | 0.69% | 0.93% | - |
| XYZ | 40.13 | 22.54 | 83.12 | - |
| YUV | 128.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 238 | 0.18 | 0.69 | 0 | 0.07 | 283.9 | 0.83 | 0.61 |
| Hex | C2 | 4A | EE | 12 | 45 | 0 | 7 | 11C | 53 | 3D |
| Octal | 302 | 112 | 356 | 22 | 105 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000010 | 1001010 | 11101110 | 10010 | 1000101 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C24AEE
Complementary color
Monochromatic Colors of #C24AEE
Black with #C24AEE
Text Example
Text Example
White with #C24AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AEE; }
p { color: rgb(194,74,238); }
H1.HeaderClassName
{
color: #C24AEE;
}
.AnyTagClassName
{
color: #C24AEE;
}
</style>
background-color css
<style>
a { background-color: #C24AEE; }
a { background-color: rgb(194,74,238); }
div.DivClassName
{
background-color: #C24AEE;
}
.BgClassName
{
background-color: #C24AEE;
}
</style>
border-color css
<style>
span { border-color: #C24AEE; }
span { border-color: rgb(194,74,238); }
td.TdClassName
{
border-color: #C24AEE;
}
.TagClassName
{
border-color: #C24AEE;
}
</style>