Shades of Medium Orchid #C24EDB
Tints of Medium Orchid #C24EDB
RGB
CMYK
RGB Variations
Color information
#C24EDB (or 0xC24EDB) is known color: Medium Orchid. HEX triplet: C2, 4E and DB. RGB value is (194,78,219). Sum of RGB (Red+Green+Blue) = 194+78+219=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C24EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EDB is #3DB124. Grayscale: #808080. Windows color (decimal): -4043045 or 14372546. OLE color: 14372546.
HSL color Cylindrical-coordinate representation of color #C24EDB: hue angle of 289.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24EDB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 78 | 219 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.14 |
| HSL | 289.36º | 0.66% | 0.58% | - |
| HSV(B) | 289.36º | 0.64% | 0.86% | - |
| XYZ | 37.76 | 22.03 | 69.28 | - |
| YUV | 128.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 219 | 0.11 | 0.64 | 0 | 0.14 | 289.36 | 0.66 | 0.58 |
| Hex | C2 | 4E | DB | B | 40 | 0 | E | 121 | 42 | 3A |
| Octal | 302 | 116 | 333 | 13 | 100 | 0 | 16 | 441 | 102 | 72 |
| Binary | 11000010 | 1001110 | 11011011 | 1011 | 1000000 | 0 | 1110 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C24EDB
Complementary color
Monochromatic Colors of #C24EDB
Black with #C24EDB
Text Example
Text Example
White with #C24EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EDB; }
p { color: rgb(194,78,219); }
H1.HeaderClassName
{
color: #C24EDB;
}
.AnyTagClassName
{
color: #C24EDB;
}
</style>
background-color css
<style>
a { background-color: #C24EDB; }
a { background-color: rgb(194,78,219); }
div.DivClassName
{
background-color: #C24EDB;
}
.BgClassName
{
background-color: #C24EDB;
}
</style>
border-color css
<style>
span { border-color: #C24EDB; }
span { border-color: rgb(194,78,219); }
td.TdClassName
{
border-color: #C24EDB;
}
.TagClassName
{
border-color: #C24EDB;
}
</style>