Shades of Medium Orchid #C24AFC
Tints of Medium Orchid #C24AFC
RGB
CMYK
RGB Variations
Color information
#C24AFC (or 0xC24AFC) is known color: Medium Orchid. HEX triplet: C2, 4A and FC. RGB value is (194,74,252). Sum of RGB (Red+Green+Blue) = 194+74+252=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C24AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AFC is #3DB503. Grayscale: #818181. Windows color (decimal): -4044036 or 16534210. OLE color: 16534210.
HSL color Cylindrical-coordinate representation of color #C24AFC: hue angle of 280.45º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24AFC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 74 | 252 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.45º | 0.97% | 0.64% | - |
| HSV(B) | 280.45º | 0.71% | 0.99% | - |
| XYZ | 42.27 | 23.4 | 94.38 | - |
| YUV | 130.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 252 | 0.23 | 0.71 | 0 | 0.01 | 280.45 | 0.97 | 0.64 |
| Hex | C2 | 4A | FC | 17 | 47 | 0 | 1 | 118 | 61 | 40 |
| Octal | 302 | 112 | 374 | 27 | 107 | 0 | 1 | 430 | 141 | 100 |
| Binary | 11000010 | 1001010 | 11111100 | 10111 | 1000111 | 0 | 1 | 100011000 | 1100001 | 1000000 |
Color Harmonies of #C24AFC
Complementary color
Monochromatic Colors of #C24AFC
Black with #C24AFC
Text Example
Text Example
White with #C24AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AFC; }
p { color: rgb(194,74,252); }
H1.HeaderClassName
{
color: #C24AFC;
}
.AnyTagClassName
{
color: #C24AFC;
}
</style>
background-color css
<style>
a { background-color: #C24AFC; }
a { background-color: rgb(194,74,252); }
div.DivClassName
{
background-color: #C24AFC;
}
.BgClassName
{
background-color: #C24AFC;
}
</style>
border-color css
<style>
span { border-color: #C24AFC; }
span { border-color: rgb(194,74,252); }
td.TdClassName
{
border-color: #C24AFC;
}
.TagClassName
{
border-color: #C24AFC;
}
</style>