Shades of Medium Orchid #C24DFB
Tints of Medium Orchid #C24DFB
RGB
CMYK
RGB Variations
Color information
#C24DFB (or 0xC24DFB) is known color: Medium Orchid. HEX triplet: C2, 4D and FB. RGB value is (194,77,251). Sum of RGB (Red+Green+Blue) = 194+77+251=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #C24DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DFB is #3DB204. Grayscale: #838383. Windows color (decimal): -4043269 or 16469442. OLE color: 16469442.
HSL color Cylindrical-coordinate representation of color #C24DFB: hue angle of 280.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24DFB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 77 | 251 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.02 |
| HSL | 280.34º | 0.96% | 0.64% | - |
| HSV(B) | 280.34º | 0.69% | 0.98% | - |
| XYZ | 42.31 | 23.74 | 93.62 | - |
| YUV | 131.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 251 | 0.23 | 0.69 | 0 | 0.02 | 280.34 | 0.96 | 0.64 |
| Hex | C2 | 4D | FB | 17 | 45 | 0 | 2 | 118 | 60 | 40 |
| Octal | 302 | 115 | 373 | 27 | 105 | 0 | 2 | 430 | 140 | 100 |
| Binary | 11000010 | 1001101 | 11111011 | 10111 | 1000101 | 0 | 10 | 100011000 | 1100000 | 1000000 |
Color Harmonies of #C24DFB
Complementary color
Monochromatic Colors of #C24DFB
Black with #C24DFB
Text Example
Text Example
White with #C24DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DFB; }
p { color: rgb(194,77,251); }
H1.HeaderClassName
{
color: #C24DFB;
}
.AnyTagClassName
{
color: #C24DFB;
}
</style>
background-color css
<style>
a { background-color: #C24DFB; }
a { background-color: rgb(194,77,251); }
div.DivClassName
{
background-color: #C24DFB;
}
.BgClassName
{
background-color: #C24DFB;
}
</style>
border-color css
<style>
span { border-color: #C24DFB; }
span { border-color: rgb(194,77,251); }
td.TdClassName
{
border-color: #C24DFB;
}
.TagClassName
{
border-color: #C24DFB;
}
</style>