Shades of Medium Orchid #C24BDD
Tints of Medium Orchid #C24BDD
RGB
CMYK
RGB Variations
Color information
#C24BDD (or 0xC24BDD) is known color: Medium Orchid. HEX triplet: C2, 4B and DD. RGB value is (194,75,221). Sum of RGB (Red+Green+Blue) = 194+75+221=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C24BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BDD is #3DB422. Grayscale: #7E7E7E. Windows color (decimal): -4043811 or 14502850. OLE color: 14502850.
HSL color Cylindrical-coordinate representation of color #C24BDD: hue angle of 288.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24BDD is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 75 | 221 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.13 |
| HSL | 288.9º | 0.68% | 0.58% | - |
| HSV(B) | 288.9º | 0.66% | 0.87% | - |
| XYZ | 37.82 | 21.72 | 70.61 | - |
| YUV | 127.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 221 | 0.12 | 0.66 | 0 | 0.13 | 288.9 | 0.68 | 0.58 |
| Hex | C2 | 4B | DD | C | 42 | 0 | D | 121 | 44 | 3A |
| Octal | 302 | 113 | 335 | 14 | 102 | 0 | 15 | 441 | 104 | 72 |
| Binary | 11000010 | 1001011 | 11011101 | 1100 | 1000010 | 0 | 1101 | 100100001 | 1000100 | 111010 |
Color Harmonies of #C24BDD
Complementary color
Monochromatic Colors of #C24BDD
Black with #C24BDD
Text Example
Text Example
White with #C24BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BDD; }
p { color: rgb(194,75,221); }
H1.HeaderClassName
{
color: #C24BDD;
}
.AnyTagClassName
{
color: #C24BDD;
}
</style>
background-color css
<style>
a { background-color: #C24BDD; }
a { background-color: rgb(194,75,221); }
div.DivClassName
{
background-color: #C24BDD;
}
.BgClassName
{
background-color: #C24BDD;
}
</style>
border-color css
<style>
span { border-color: #C24BDD; }
span { border-color: rgb(194,75,221); }
td.TdClassName
{
border-color: #C24BDD;
}
.TagClassName
{
border-color: #C24BDD;
}
</style>