Shades of Medium Orchid #C24FDD
Tints of Medium Orchid #C24FDD
RGB
CMYK
RGB Variations
Color information
#C24FDD (or 0xC24FDD) is known color: Medium Orchid. HEX triplet: C2, 4F and DD. RGB value is (194,79,221). Sum of RGB (Red+Green+Blue) = 194+79+221=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C24FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FDD is #3DB022. Grayscale: #818181. Windows color (decimal): -4042787 or 14503874. OLE color: 14503874.
HSL color Cylindrical-coordinate representation of color #C24FDD: hue angle of 288.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24FDD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 79 | 221 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.13 |
| HSL | 288.59º | 0.68% | 0.59% | - |
| HSV(B) | 288.59º | 0.64% | 0.87% | - |
| XYZ | 38.1 | 22.28 | 70.7 | - |
| YUV | 129.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 221 | 0.12 | 0.64 | 0 | 0.13 | 288.59 | 0.68 | 0.59 |
| Hex | C2 | 4F | DD | C | 40 | 0 | D | 121 | 44 | 3B |
| Octal | 302 | 117 | 335 | 14 | 100 | 0 | 15 | 441 | 104 | 73 |
| Binary | 11000010 | 1001111 | 11011101 | 1100 | 1000000 | 0 | 1101 | 100100001 | 1000100 | 111011 |
Color Harmonies of #C24FDD
Complementary color
Monochromatic Colors of #C24FDD
Black with #C24FDD
Text Example
Text Example
White with #C24FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FDD; }
p { color: rgb(194,79,221); }
H1.HeaderClassName
{
color: #C24FDD;
}
.AnyTagClassName
{
color: #C24FDD;
}
</style>
background-color css
<style>
a { background-color: #C24FDD; }
a { background-color: rgb(194,79,221); }
div.DivClassName
{
background-color: #C24FDD;
}
.BgClassName
{
background-color: #C24FDD;
}
</style>
border-color css
<style>
span { border-color: #C24FDD; }
span { border-color: rgb(194,79,221); }
td.TdClassName
{
border-color: #C24FDD;
}
.TagClassName
{
border-color: #C24FDD;
}
</style>