Shades of Medium Orchid #C24BE7
Tints of Medium Orchid #C24BE7
RGB
CMYK
RGB Variations
Color information
#C24BE7 (or 0xC24BE7) is known color: Medium Orchid. HEX triplet: C2, 4B and E7. RGB value is (194,75,231). Sum of RGB (Red+Green+Blue) = 194+75+231=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #C24BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BE7 is #3DB418. Grayscale: #7F7F7F. Windows color (decimal): -4043801 or 15158210. OLE color: 15158210.
HSL color Cylindrical-coordinate representation of color #C24BE7: hue angle of 285.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24BE7 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 75 | 231 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.09 |
| HSL | 285.77º | 0.76% | 0.6% | - |
| HSV(B) | 285.77º | 0.68% | 0.91% | - |
| XYZ | 39.19 | 22.27 | 77.83 | - |
| YUV | 128.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 231 | 0.16 | 0.68 | 0 | 0.09 | 285.77 | 0.76 | 0.6 |
| Hex | C2 | 4B | E7 | 10 | 44 | 0 | 9 | 11E | 4C | 3C |
| Octal | 302 | 113 | 347 | 20 | 104 | 0 | 11 | 436 | 114 | 74 |
| Binary | 11000010 | 1001011 | 11100111 | 10000 | 1000100 | 0 | 1001 | 100011110 | 1001100 | 111100 |
Color Harmonies of #C24BE7
Complementary color
Monochromatic Colors of #C24BE7
Black with #C24BE7
Text Example
Text Example
White with #C24BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BE7; }
p { color: rgb(194,75,231); }
H1.HeaderClassName
{
color: #C24BE7;
}
.AnyTagClassName
{
color: #C24BE7;
}
</style>
background-color css
<style>
a { background-color: #C24BE7; }
a { background-color: rgb(194,75,231); }
div.DivClassName
{
background-color: #C24BE7;
}
.BgClassName
{
background-color: #C24BE7;
}
</style>
border-color css
<style>
span { border-color: #C24BE7; }
span { border-color: rgb(194,75,231); }
td.TdClassName
{
border-color: #C24BE7;
}
.TagClassName
{
border-color: #C24BE7;
}
</style>