Shades of Medium Orchid #C24FDC
Tints of Medium Orchid #C24FDC
RGB
CMYK
RGB Variations
Color information
#C24FDC (or 0xC24FDC) is known color: Medium Orchid. HEX triplet: C2, 4F and DC. RGB value is (194,79,220). Sum of RGB (Red+Green+Blue) = 194+79+220=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FDC is #3DB023. Grayscale: #818181. Windows color (decimal): -4042788 or 14438338. OLE color: 14438338.
HSL color Cylindrical-coordinate representation of color #C24FDC: hue angle of 288.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24FDC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 79 | 220 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.14 |
| HSL | 288.94º | 0.67% | 0.59% | - |
| HSV(B) | 288.94º | 0.64% | 0.86% | - |
| XYZ | 37.96 | 22.23 | 70 | - |
| YUV | 129.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 220 | 0.12 | 0.64 | 0 | 0.14 | 288.94 | 0.67 | 0.59 |
| Hex | C2 | 4F | DC | C | 40 | 0 | E | 121 | 43 | 3B |
| Octal | 302 | 117 | 334 | 14 | 100 | 0 | 16 | 441 | 103 | 73 |
| Binary | 11000010 | 1001111 | 11011100 | 1100 | 1000000 | 0 | 1110 | 100100001 | 1000011 | 111011 |
Color Harmonies of #C24FDC
Complementary color
Monochromatic Colors of #C24FDC
Black with #C24FDC
Text Example
Text Example
White with #C24FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FDC; }
p { color: rgb(194,79,220); }
H1.HeaderClassName
{
color: #C24FDC;
}
.AnyTagClassName
{
color: #C24FDC;
}
</style>
background-color css
<style>
a { background-color: #C24FDC; }
a { background-color: rgb(194,79,220); }
div.DivClassName
{
background-color: #C24FDC;
}
.BgClassName
{
background-color: #C24FDC;
}
</style>
border-color css
<style>
span { border-color: #C24FDC; }
span { border-color: rgb(194,79,220); }
td.TdClassName
{
border-color: #C24FDC;
}
.TagClassName
{
border-color: #C24FDC;
}
</style>