Shades of Medium Orchid #C24BDB
Tints of Medium Orchid #C24BDB
RGB
CMYK
RGB Variations
Color information
#C24BDB (or 0xC24BDB) is known color: Medium Orchid. HEX triplet: C2, 4B and DB. RGB value is (194,75,219). Sum of RGB (Red+Green+Blue) = 194+75+219=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C24BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BDB is #3DB424. Grayscale: #7E7E7E. Windows color (decimal): -4043813 or 14371778. OLE color: 14371778.
HSL color Cylindrical-coordinate representation of color #C24BDB: hue angle of 289.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24BDB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 75 | 219 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.14 |
| HSL | 289.58º | 0.67% | 0.58% | - |
| HSV(B) | 289.58º | 0.66% | 0.86% | - |
| XYZ | 37.55 | 21.62 | 69.21 | - |
| YUV | 127 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 219 | 0.11 | 0.66 | 0 | 0.14 | 289.58 | 0.67 | 0.58 |
| Hex | C2 | 4B | DB | B | 42 | 0 | E | 122 | 43 | 3A |
| Octal | 302 | 113 | 333 | 13 | 102 | 0 | 16 | 442 | 103 | 72 |
| Binary | 11000010 | 1001011 | 11011011 | 1011 | 1000010 | 0 | 1110 | 100100010 | 1000011 | 111010 |
Color Harmonies of #C24BDB
Complementary color
Monochromatic Colors of #C24BDB
Black with #C24BDB
Text Example
Text Example
White with #C24BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BDB; }
p { color: rgb(194,75,219); }
H1.HeaderClassName
{
color: #C24BDB;
}
.AnyTagClassName
{
color: #C24BDB;
}
</style>
background-color css
<style>
a { background-color: #C24BDB; }
a { background-color: rgb(194,75,219); }
div.DivClassName
{
background-color: #C24BDB;
}
.BgClassName
{
background-color: #C24BDB;
}
</style>
border-color css
<style>
span { border-color: #C24BDB; }
span { border-color: rgb(194,75,219); }
td.TdClassName
{
border-color: #C24BDB;
}
.TagClassName
{
border-color: #C24BDB;
}
</style>