Shades of Medium Orchid #C24FF8
Tints of Medium Orchid #C24FF8
RGB
CMYK
RGB Variations
Color information
#C24FF8 (or 0xC24FF8) is known color: Medium Orchid. HEX triplet: C2, 4F and F8. RGB value is (194,79,248). Sum of RGB (Red+Green+Blue) = 194+79+248=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #C24FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FF8 is #3DB007. Grayscale: #848484. Windows color (decimal): -4042760 or 16273346. OLE color: 16273346.
HSL color Cylindrical-coordinate representation of color #C24FF8: hue angle of 280.83º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24FF8 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 79 | 248 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.03 |
| HSL | 280.83º | 0.92% | 0.64% | - |
| HSV(B) | 280.83º | 0.68% | 0.97% | - |
| XYZ | 41.99 | 23.84 | 91.2 | - |
| YUV | 132.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 248 | 0.22 | 0.68 | 0 | 0.03 | 280.83 | 0.92 | 0.64 |
| Hex | C2 | 4F | F8 | 16 | 44 | 0 | 3 | 119 | 5C | 40 |
| Octal | 302 | 117 | 370 | 26 | 104 | 0 | 3 | 431 | 134 | 100 |
| Binary | 11000010 | 1001111 | 11111000 | 10110 | 1000100 | 0 | 11 | 100011001 | 1011100 | 1000000 |
Color Harmonies of #C24FF8
Complementary color
Monochromatic Colors of #C24FF8
Black with #C24FF8
Text Example
Text Example
White with #C24FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FF8; }
p { color: rgb(194,79,248); }
H1.HeaderClassName
{
color: #C24FF8;
}
.AnyTagClassName
{
color: #C24FF8;
}
</style>
background-color css
<style>
a { background-color: #C24FF8; }
a { background-color: rgb(194,79,248); }
div.DivClassName
{
background-color: #C24FF8;
}
.BgClassName
{
background-color: #C24FF8;
}
</style>
border-color css
<style>
span { border-color: #C24FF8; }
span { border-color: rgb(194,79,248); }
td.TdClassName
{
border-color: #C24FF8;
}
.TagClassName
{
border-color: #C24FF8;
}
</style>