Shades of Medium Orchid #C24DFD
Tints of Medium Orchid #C24DFD
RGB
CMYK
RGB Variations
Color information
#C24DFD (or 0xC24DFD) is known color: Medium Orchid. HEX triplet: C2, 4D and FD. RGB value is (194,77,253). Sum of RGB (Red+Green+Blue) = 194+77+253=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C24DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DFD is #3DB202. Grayscale: #838383. Windows color (decimal): -4043267 or 16600514. OLE color: 16600514.
HSL color Cylindrical-coordinate representation of color #C24DFD: hue angle of 279.89º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24DFD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 77 | 253 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.01 |
| HSL | 279.89º | 0.98% | 0.65% | - |
| HSV(B) | 279.89º | 0.7% | 0.99% | - |
| XYZ | 42.63 | 23.87 | 95.29 | - |
| YUV | 132.05 | 196.26 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 253 | 0.23 | 0.70 | 0 | 0.01 | 279.89 | 0.98 | 0.65 |
| Hex | C2 | 4D | FD | 17 | 46 | 0 | 1 | 118 | 62 | 41 |
| Octal | 302 | 115 | 375 | 27 | 106 | 0 | 1 | 430 | 142 | 101 |
| Binary | 11000010 | 1001101 | 11111101 | 10111 | 1000110 | 0 | 1 | 100011000 | 1100010 | 1000001 |
Color Harmonies of #C24DFD
Complementary color
Monochromatic Colors of #C24DFD
Black with #C24DFD
Text Example
Text Example
White with #C24DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DFD; }
p { color: rgb(194,77,253); }
H1.HeaderClassName
{
color: #C24DFD;
}
.AnyTagClassName
{
color: #C24DFD;
}
</style>
background-color css
<style>
a { background-color: #C24DFD; }
a { background-color: rgb(194,77,253); }
div.DivClassName
{
background-color: #C24DFD;
}
.BgClassName
{
background-color: #C24DFD;
}
</style>
border-color css
<style>
span { border-color: #C24DFD; }
span { border-color: rgb(194,77,253); }
td.TdClassName
{
border-color: #C24DFD;
}
.TagClassName
{
border-color: #C24DFD;
}
</style>