Shades of Medium Orchid #C24CF7
Tints of Medium Orchid #C24CF7
RGB
CMYK
RGB Variations
Color information
#C24CF7 (or 0xC24CF7) is known color: Medium Orchid. HEX triplet: C2, 4C and F7. RGB value is (194,76,247). Sum of RGB (Red+Green+Blue) = 194+76+247=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #C24CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CF7 is #3DB308. Grayscale: #828282. Windows color (decimal): -4043529 or 16207042. OLE color: 16207042.
HSL color Cylindrical-coordinate representation of color #C24CF7: hue angle of 281.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24CF7 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 76 | 247 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.03 |
| HSL | 281.4º | 0.91% | 0.63% | - |
| HSV(B) | 281.4º | 0.69% | 0.97% | - |
| XYZ | 41.62 | 23.35 | 90.31 | - |
| YUV | 130.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 247 | 0.21 | 0.69 | 0 | 0.03 | 281.4 | 0.91 | 0.63 |
| Hex | C2 | 4C | F7 | 15 | 45 | 0 | 3 | 119 | 5B | 3F |
| Octal | 302 | 114 | 367 | 25 | 105 | 0 | 3 | 431 | 133 | 77 |
| Binary | 11000010 | 1001100 | 11110111 | 10101 | 1000101 | 0 | 11 | 100011001 | 1011011 | 111111 |
Color Harmonies of #C24CF7
Complementary color
Monochromatic Colors of #C24CF7
Black with #C24CF7
Text Example
Text Example
White with #C24CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CF7; }
p { color: rgb(194,76,247); }
H1.HeaderClassName
{
color: #C24CF7;
}
.AnyTagClassName
{
color: #C24CF7;
}
</style>
background-color css
<style>
a { background-color: #C24CF7; }
a { background-color: rgb(194,76,247); }
div.DivClassName
{
background-color: #C24CF7;
}
.BgClassName
{
background-color: #C24CF7;
}
</style>
border-color css
<style>
span { border-color: #C24CF7; }
span { border-color: rgb(194,76,247); }
td.TdClassName
{
border-color: #C24CF7;
}
.TagClassName
{
border-color: #C24CF7;
}
</style>