Shades of Medium Orchid #C24FEF
Tints of Medium Orchid #C24FEF
RGB
CMYK
RGB Variations
Color information
#C24FEF (or 0xC24FEF) is known color: Medium Orchid. HEX triplet: C2, 4F and EF. RGB value is (194,79,239). Sum of RGB (Red+Green+Blue) = 194+79+239=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #C24FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FEF is #3DB010. Grayscale: #838383. Windows color (decimal): -4042769 or 15683522. OLE color: 15683522.
HSL color Cylindrical-coordinate representation of color #C24FEF: hue angle of 283.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24FEF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 79 | 239 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.06 |
| HSL | 283.13º | 0.83% | 0.62% | - |
| HSV(B) | 283.13º | 0.67% | 0.94% | - |
| XYZ | 40.62 | 23.29 | 84.02 | - |
| YUV | 131.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 239 | 0.19 | 0.67 | 0 | 0.06 | 283.13 | 0.83 | 0.62 |
| Hex | C2 | 4F | EF | 13 | 43 | 0 | 6 | 11B | 53 | 3E |
| Octal | 302 | 117 | 357 | 23 | 103 | 0 | 6 | 433 | 123 | 76 |
| Binary | 11000010 | 1001111 | 11101111 | 10011 | 1000011 | 0 | 110 | 100011011 | 1010011 | 111110 |
Color Harmonies of #C24FEF
Complementary color
Monochromatic Colors of #C24FEF
Black with #C24FEF
Text Example
Text Example
White with #C24FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FEF; }
p { color: rgb(194,79,239); }
H1.HeaderClassName
{
color: #C24FEF;
}
.AnyTagClassName
{
color: #C24FEF;
}
</style>
background-color css
<style>
a { background-color: #C24FEF; }
a { background-color: rgb(194,79,239); }
div.DivClassName
{
background-color: #C24FEF;
}
.BgClassName
{
background-color: #C24FEF;
}
</style>
border-color css
<style>
span { border-color: #C24FEF; }
span { border-color: rgb(194,79,239); }
td.TdClassName
{
border-color: #C24FEF;
}
.TagClassName
{
border-color: #C24FEF;
}
</style>