Shades of Medium Orchid #C24BD5
Tints of Medium Orchid #C24BD5
RGB
CMYK
RGB Variations
Color information
#C24BD5 (or 0xC24BD5) is known color: Medium Orchid. HEX triplet: C2, 4B and D5. RGB value is (194,75,213). Sum of RGB (Red+Green+Blue) = 194+75+213=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #C24BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BD5 is #3DB42A. Grayscale: #7D7D7D. Windows color (decimal): -4043819 or 13978562. OLE color: 13978562.
HSL color Cylindrical-coordinate representation of color #C24BD5: hue angle of 291.74º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24BD5 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 75 | 213 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.16 |
| HSL | 291.74º | 0.62% | 0.56% | - |
| HSV(B) | 291.74º | 0.65% | 0.84% | - |
| XYZ | 36.77 | 21.31 | 65.12 | - |
| YUV | 126.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 213 | 0.09 | 0.65 | 0 | 0.16 | 291.74 | 0.62 | 0.56 |
| Hex | C2 | 4B | D5 | 9 | 41 | 0 | 10 | 124 | 3E | 38 |
| Octal | 302 | 113 | 325 | 11 | 101 | 0 | 20 | 444 | 76 | 70 |
| Binary | 11000010 | 1001011 | 11010101 | 1001 | 1000001 | 0 | 10000 | 100100100 | 111110 | 111000 |
Color Harmonies of #C24BD5
Complementary color
Monochromatic Colors of #C24BD5
Black with #C24BD5
Text Example
Text Example
White with #C24BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BD5; }
p { color: rgb(194,75,213); }
H1.HeaderClassName
{
color: #C24BD5;
}
.AnyTagClassName
{
color: #C24BD5;
}
</style>
background-color css
<style>
a { background-color: #C24BD5; }
a { background-color: rgb(194,75,213); }
div.DivClassName
{
background-color: #C24BD5;
}
.BgClassName
{
background-color: #C24BD5;
}
</style>
border-color css
<style>
span { border-color: #C24BD5; }
span { border-color: rgb(194,75,213); }
td.TdClassName
{
border-color: #C24BD5;
}
.TagClassName
{
border-color: #C24BD5;
}
</style>