Shades of Medium Orchid #C24BEE
Tints of Medium Orchid #C24BEE
RGB
CMYK
RGB Variations
Color information
#C24BEE (or 0xC24BEE) is known color: Medium Orchid. HEX triplet: C2, 4B and EE. RGB value is (194,75,238). Sum of RGB (Red+Green+Blue) = 194+75+238=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #C24BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BEE is #3DB411. Grayscale: #808080. Windows color (decimal): -4043794 or 15616962. OLE color: 15616962.
HSL color Cylindrical-coordinate representation of color #C24BEE: hue angle of 283.8º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24BEE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 75 | 238 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.07 |
| HSL | 283.8º | 0.83% | 0.61% | - |
| HSV(B) | 283.8º | 0.68% | 0.93% | - |
| XYZ | 40.2 | 22.67 | 83.15 | - |
| YUV | 129.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 238 | 0.18 | 0.68 | 0 | 0.07 | 283.8 | 0.83 | 0.61 |
| Hex | C2 | 4B | EE | 12 | 44 | 0 | 7 | 11C | 53 | 3D |
| Octal | 302 | 113 | 356 | 22 | 104 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000010 | 1001011 | 11101110 | 10010 | 1000100 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C24BEE
Complementary color
Monochromatic Colors of #C24BEE
Black with #C24BEE
Text Example
Text Example
White with #C24BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BEE; }
p { color: rgb(194,75,238); }
H1.HeaderClassName
{
color: #C24BEE;
}
.AnyTagClassName
{
color: #C24BEE;
}
</style>
background-color css
<style>
a { background-color: #C24BEE; }
a { background-color: rgb(194,75,238); }
div.DivClassName
{
background-color: #C24BEE;
}
.BgClassName
{
background-color: #C24BEE;
}
</style>
border-color css
<style>
span { border-color: #C24BEE; }
span { border-color: rgb(194,75,238); }
td.TdClassName
{
border-color: #C24BEE;
}
.TagClassName
{
border-color: #C24BEE;
}
</style>