Shades of Medium Orchid #C24CDA
Tints of Medium Orchid #C24CDA
RGB
CMYK
RGB Variations
Color information
#C24CDA (or 0xC24CDA) is known color: Medium Orchid. HEX triplet: C2, 4C and DA. RGB value is (194,76,218). Sum of RGB (Red+Green+Blue) = 194+76+218=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #C24CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CDA is #3DB325. Grayscale: #7F7F7F. Windows color (decimal): -4043558 or 14306498. OLE color: 14306498.
HSL color Cylindrical-coordinate representation of color #C24CDA: hue angle of 289.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24CDA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 76 | 218 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.15 |
| HSL | 289.86º | 0.66% | 0.58% | - |
| HSV(B) | 289.86º | 0.65% | 0.85% | - |
| XYZ | 37.49 | 21.7 | 68.54 | - |
| YUV | 127.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 218 | 0.11 | 0.65 | 0 | 0.15 | 289.86 | 0.66 | 0.58 |
| Hex | C2 | 4C | DA | B | 41 | 0 | F | 122 | 42 | 3A |
| Octal | 302 | 114 | 332 | 13 | 101 | 0 | 17 | 442 | 102 | 72 |
| Binary | 11000010 | 1001100 | 11011010 | 1011 | 1000001 | 0 | 1111 | 100100010 | 1000010 | 111010 |
Color Harmonies of #C24CDA
Complementary color
Monochromatic Colors of #C24CDA
Black with #C24CDA
Text Example
Text Example
White with #C24CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CDA; }
p { color: rgb(194,76,218); }
H1.HeaderClassName
{
color: #C24CDA;
}
.AnyTagClassName
{
color: #C24CDA;
}
</style>
background-color css
<style>
a { background-color: #C24CDA; }
a { background-color: rgb(194,76,218); }
div.DivClassName
{
background-color: #C24CDA;
}
.BgClassName
{
background-color: #C24CDA;
}
</style>
border-color css
<style>
span { border-color: #C24CDA; }
span { border-color: rgb(194,76,218); }
td.TdClassName
{
border-color: #C24CDA;
}
.TagClassName
{
border-color: #C24CDA;
}
</style>