Shades of Medium Orchid #C24FEB
Tints of Medium Orchid #C24FEB
RGB
CMYK
RGB Variations
Color information
#C24FEB (or 0xC24FEB) is known color: Medium Orchid. HEX triplet: C2, 4F and EB. RGB value is (194,79,235). Sum of RGB (Red+Green+Blue) = 194+79+235=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C24FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FEB is #3DB014. Grayscale: #828282. Windows color (decimal): -4042773 or 15421378. OLE color: 15421378.
HSL color Cylindrical-coordinate representation of color #C24FEB: hue angle of 284.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24FEB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 79 | 235 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.08 |
| HSL | 284.23º | 0.8% | 0.62% | - |
| HSV(B) | 284.23º | 0.66% | 0.92% | - |
| XYZ | 40.04 | 23.06 | 80.94 | - |
| YUV | 131.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 235 | 0.17 | 0.66 | 0 | 0.08 | 284.23 | 0.8 | 0.62 |
| Hex | C2 | 4F | EB | 11 | 42 | 0 | 8 | 11C | 50 | 3E |
| Octal | 302 | 117 | 353 | 21 | 102 | 0 | 10 | 434 | 120 | 76 |
| Binary | 11000010 | 1001111 | 11101011 | 10001 | 1000010 | 0 | 1000 | 100011100 | 1010000 | 111110 |
Color Harmonies of #C24FEB
Complementary color
Monochromatic Colors of #C24FEB
Black with #C24FEB
Text Example
Text Example
White with #C24FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FEB; }
p { color: rgb(194,79,235); }
H1.HeaderClassName
{
color: #C24FEB;
}
.AnyTagClassName
{
color: #C24FEB;
}
</style>
background-color css
<style>
a { background-color: #C24FEB; }
a { background-color: rgb(194,79,235); }
div.DivClassName
{
background-color: #C24FEB;
}
.BgClassName
{
background-color: #C24FEB;
}
</style>
border-color css
<style>
span { border-color: #C24FEB; }
span { border-color: rgb(194,79,235); }
td.TdClassName
{
border-color: #C24FEB;
}
.TagClassName
{
border-color: #C24FEB;
}
</style>