Shades of Medium Orchid #C24DFC
Tints of Medium Orchid #C24DFC
RGB
CMYK
RGB Variations
Color information
#C24DFC (or 0xC24DFC) is known color: Medium Orchid. HEX triplet: C2, 4D and FC. RGB value is (194,77,252). Sum of RGB (Red+Green+Blue) = 194+77+252=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #C24DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DFC is #3DB203. Grayscale: #838383. Windows color (decimal): -4043268 or 16534978. OLE color: 16534978.
HSL color Cylindrical-coordinate representation of color #C24DFC: hue angle of 280.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24DFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 77 | 252 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.01 |
| HSL | 280.11º | 0.97% | 0.65% | - |
| HSV(B) | 280.11º | 0.69% | 0.99% | - |
| XYZ | 42.47 | 23.81 | 94.45 | - |
| YUV | 131.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 252 | 0.23 | 0.69 | 0 | 0.01 | 280.11 | 0.97 | 0.65 |
| Hex | C2 | 4D | FC | 17 | 45 | 0 | 1 | 118 | 61 | 41 |
| Octal | 302 | 115 | 374 | 27 | 105 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000010 | 1001101 | 11111100 | 10111 | 1000101 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C24DFC
Complementary color
Monochromatic Colors of #C24DFC
Black with #C24DFC
Text Example
Text Example
White with #C24DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DFC; }
p { color: rgb(194,77,252); }
H1.HeaderClassName
{
color: #C24DFC;
}
.AnyTagClassName
{
color: #C24DFC;
}
</style>
background-color css
<style>
a { background-color: #C24DFC; }
a { background-color: rgb(194,77,252); }
div.DivClassName
{
background-color: #C24DFC;
}
.BgClassName
{
background-color: #C24DFC;
}
</style>
border-color css
<style>
span { border-color: #C24DFC; }
span { border-color: rgb(194,77,252); }
td.TdClassName
{
border-color: #C24DFC;
}
.TagClassName
{
border-color: #C24DFC;
}
</style>