Shades of Medium Orchid #C24DDB
Tints of Medium Orchid #C24DDB
RGB
CMYK
RGB Variations
Color information
#C24DDB (or 0xC24DDB) is known color: Medium Orchid. HEX triplet: C2, 4D and DB. RGB value is (194,77,219). Sum of RGB (Red+Green+Blue) = 194+77+219=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C24DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DDB is #3DB224. Grayscale: #7F7F7F. Windows color (decimal): -4043301 or 14372290. OLE color: 14372290.
HSL color Cylindrical-coordinate representation of color #C24DDB: hue angle of 289.44º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24DDB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 77 | 219 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.14 |
| HSL | 289.44º | 0.66% | 0.58% | - |
| HSV(B) | 289.44º | 0.65% | 0.86% | - |
| XYZ | 37.69 | 21.89 | 69.26 | - |
| YUV | 128.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 219 | 0.11 | 0.65 | 0 | 0.14 | 289.44 | 0.66 | 0.58 |
| Hex | C2 | 4D | DB | B | 41 | 0 | E | 121 | 42 | 3A |
| Octal | 302 | 115 | 333 | 13 | 101 | 0 | 16 | 441 | 102 | 72 |
| Binary | 11000010 | 1001101 | 11011011 | 1011 | 1000001 | 0 | 1110 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C24DDB
Complementary color
Monochromatic Colors of #C24DDB
Black with #C24DDB
Text Example
Text Example
White with #C24DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DDB; }
p { color: rgb(194,77,219); }
H1.HeaderClassName
{
color: #C24DDB;
}
.AnyTagClassName
{
color: #C24DDB;
}
</style>
background-color css
<style>
a { background-color: #C24DDB; }
a { background-color: rgb(194,77,219); }
div.DivClassName
{
background-color: #C24DDB;
}
.BgClassName
{
background-color: #C24DDB;
}
</style>
border-color css
<style>
span { border-color: #C24DDB; }
span { border-color: rgb(194,77,219); }
td.TdClassName
{
border-color: #C24DDB;
}
.TagClassName
{
border-color: #C24DDB;
}
</style>