Shades of Medium Orchid #C24CFE
Tints of Medium Orchid #C24CFE
RGB
CMYK
RGB Variations
Color information
#C24CFE (or 0xC24CFE) is known color: Medium Orchid. HEX triplet: C2, 4C and FE. RGB value is (194,76,254). Sum of RGB (Red+Green+Blue) = 194+76+254=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C24CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CFE is #3DB301. Grayscale: #828282. Windows color (decimal): -4043522 or 16665794. OLE color: 16665794.
HSL color Cylindrical-coordinate representation of color #C24CFE: hue angle of 279.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24CFE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 76 | 254 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.00 |
| HSL | 279.78º | 0.99% | 0.65% | - |
| HSV(B) | 279.78º | 0.7% | 1% | - |
| XYZ | 42.72 | 23.79 | 96.11 | - |
| YUV | 131.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 254 | 0.24 | 0.70 | 0 | 0.00 | 279.78 | 0.99 | 0.65 |
| Hex | C2 | 4C | FE | 18 | 46 | 0 | 0 | 118 | 63 | 41 |
| Octal | 302 | 114 | 376 | 30 | 106 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000010 | 1001100 | 11111110 | 11000 | 1000110 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C24CFE
Complementary color
Monochromatic Colors of #C24CFE
Black with #C24CFE
Text Example
Text Example
White with #C24CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CFE; }
p { color: rgb(194,76,254); }
H1.HeaderClassName
{
color: #C24CFE;
}
.AnyTagClassName
{
color: #C24CFE;
}
</style>
background-color css
<style>
a { background-color: #C24CFE; }
a { background-color: rgb(194,76,254); }
div.DivClassName
{
background-color: #C24CFE;
}
.BgClassName
{
background-color: #C24CFE;
}
</style>
border-color css
<style>
span { border-color: #C24CFE; }
span { border-color: rgb(194,76,254); }
td.TdClassName
{
border-color: #C24CFE;
}
.TagClassName
{
border-color: #C24CFE;
}
</style>