Shades of Medium Orchid #C24BF5
Tints of Medium Orchid #C24BF5
RGB
CMYK
RGB Variations
Color information
#C24BF5 (or 0xC24BF5) is known color: Medium Orchid. HEX triplet: C2, 4B and F5. RGB value is (194,75,245). Sum of RGB (Red+Green+Blue) = 194+75+245=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #C24BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BF5 is #3DB40A. Grayscale: #818181. Windows color (decimal): -4043787 or 16075714. OLE color: 16075714.
HSL color Cylindrical-coordinate representation of color #C24BF5: hue angle of 282º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24BF5 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 75 | 245 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.04 |
| HSL | 282º | 0.89% | 0.63% | - |
| HSV(B) | 282º | 0.69% | 0.96% | - |
| XYZ | 41.25 | 23.09 | 88.67 | - |
| YUV | 129.96 | 192.92 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 245 | 0.21 | 0.69 | 0 | 0.04 | 282 | 0.89 | 0.63 |
| Hex | C2 | 4B | F5 | 15 | 45 | 0 | 4 | 11A | 59 | 3F |
| Octal | 302 | 113 | 365 | 25 | 105 | 0 | 4 | 432 | 131 | 77 |
| Binary | 11000010 | 1001011 | 11110101 | 10101 | 1000101 | 0 | 100 | 100011010 | 1011001 | 111111 |
Color Harmonies of #C24BF5
Complementary color
Monochromatic Colors of #C24BF5
Black with #C24BF5
Text Example
Text Example
White with #C24BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BF5; }
p { color: rgb(194,75,245); }
H1.HeaderClassName
{
color: #C24BF5;
}
.AnyTagClassName
{
color: #C24BF5;
}
</style>
background-color css
<style>
a { background-color: #C24BF5; }
a { background-color: rgb(194,75,245); }
div.DivClassName
{
background-color: #C24BF5;
}
.BgClassName
{
background-color: #C24BF5;
}
</style>
border-color css
<style>
span { border-color: #C24BF5; }
span { border-color: rgb(194,75,245); }
td.TdClassName
{
border-color: #C24BF5;
}
.TagClassName
{
border-color: #C24BF5;
}
</style>