Shades of Medium Orchid #C24DCF
Tints of Medium Orchid #C24DCF
RGB
CMYK
RGB Variations
Color information
#C24DCF (or 0xC24DCF) is known color: Medium Orchid. HEX triplet: C2, 4D and CF. RGB value is (194,77,207). Sum of RGB (Red+Green+Blue) = 194+77+207=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C24DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DCF is #3DB230. Grayscale: #7E7E7E. Windows color (decimal): -4043313 or 13585858. OLE color: 13585858.
HSL color Cylindrical-coordinate representation of color #C24DCF: hue angle of 294º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24DCF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 77 | 207 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.19 |
| HSL | 294º | 0.58% | 0.56% | - |
| HSV(B) | 294º | 0.63% | 0.81% | - |
| XYZ | 36.16 | 21.28 | 61.23 | - |
| YUV | 126.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 207 | 0.06 | 0.63 | 0 | 0.19 | 294 | 0.58 | 0.56 |
| Hex | C2 | 4D | CF | 6 | 3F | 0 | 13 | 126 | 3A | 38 |
| Octal | 302 | 115 | 317 | 6 | 77 | 0 | 23 | 446 | 72 | 70 |
| Binary | 11000010 | 1001101 | 11001111 | 110 | 111111 | 0 | 10011 | 100100110 | 111010 | 111000 |
Color Harmonies of #C24DCF
Complementary color
Monochromatic Colors of #C24DCF
Black with #C24DCF
Text Example
Text Example
White with #C24DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DCF; }
p { color: rgb(194,77,207); }
H1.HeaderClassName
{
color: #C24DCF;
}
.AnyTagClassName
{
color: #C24DCF;
}
</style>
background-color css
<style>
a { background-color: #C24DCF; }
a { background-color: rgb(194,77,207); }
div.DivClassName
{
background-color: #C24DCF;
}
.BgClassName
{
background-color: #C24DCF;
}
</style>
border-color css
<style>
span { border-color: #C24DCF; }
span { border-color: rgb(194,77,207); }
td.TdClassName
{
border-color: #C24DCF;
}
.TagClassName
{
border-color: #C24DCF;
}
</style>