Shades of Medium Orchid #C24CD3
Tints of Medium Orchid #C24CD3
RGB
CMYK
RGB Variations
Color information
#C24CD3 (or 0xC24CD3) is known color: Medium Orchid. HEX triplet: C2, 4C and D3. RGB value is (194,76,211). Sum of RGB (Red+Green+Blue) = 194+76+211=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #C24CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CD3 is #3DB32C. Grayscale: #7E7E7E. Windows color (decimal): -4043565 or 13847746. OLE color: 13847746.
HSL color Cylindrical-coordinate representation of color #C24CD3: hue angle of 292.44º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24CD3 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 76 | 211 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.17 |
| HSL | 292.44º | 0.61% | 0.56% | - |
| HSV(B) | 292.44º | 0.64% | 0.83% | - |
| XYZ | 36.59 | 21.34 | 63.82 | - |
| YUV | 126.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 211 | 0.08 | 0.64 | 0 | 0.17 | 292.44 | 0.61 | 0.56 |
| Hex | C2 | 4C | D3 | 8 | 40 | 0 | 11 | 124 | 3D | 38 |
| Octal | 302 | 114 | 323 | 10 | 100 | 0 | 21 | 444 | 75 | 70 |
| Binary | 11000010 | 1001100 | 11010011 | 1000 | 1000000 | 0 | 10001 | 100100100 | 111101 | 111000 |
Color Harmonies of #C24CD3
Complementary color
Monochromatic Colors of #C24CD3
Black with #C24CD3
Text Example
Text Example
White with #C24CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CD3; }
p { color: rgb(194,76,211); }
H1.HeaderClassName
{
color: #C24CD3;
}
.AnyTagClassName
{
color: #C24CD3;
}
</style>
background-color css
<style>
a { background-color: #C24CD3; }
a { background-color: rgb(194,76,211); }
div.DivClassName
{
background-color: #C24CD3;
}
.BgClassName
{
background-color: #C24CD3;
}
</style>
border-color css
<style>
span { border-color: #C24CD3; }
span { border-color: rgb(194,76,211); }
td.TdClassName
{
border-color: #C24CD3;
}
.TagClassName
{
border-color: #C24CD3;
}
</style>