Shades of Medium Orchid #C24EFB
Tints of Medium Orchid #C24EFB
RGB
CMYK
RGB Variations
Color information
#C24EFB (or 0xC24EFB) is known color: Medium Orchid. HEX triplet: C2, 4E and FB. RGB value is (194,78,251). Sum of RGB (Red+Green+Blue) = 194+78+251=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #C24EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EFB is #3DB104. Grayscale: #838383. Windows color (decimal): -4043013 or 16469698. OLE color: 16469698.
HSL color Cylindrical-coordinate representation of color #C24EFB: hue angle of 280.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24EFB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 78 | 251 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.02 |
| HSL | 280.23º | 0.96% | 0.65% | - |
| HSV(B) | 280.23º | 0.69% | 0.98% | - |
| XYZ | 42.39 | 23.88 | 93.64 | - |
| YUV | 132.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 251 | 0.23 | 0.69 | 0 | 0.02 | 280.23 | 0.96 | 0.65 |
| Hex | C2 | 4E | FB | 17 | 45 | 0 | 2 | 118 | 60 | 41 |
| Octal | 302 | 116 | 373 | 27 | 105 | 0 | 2 | 430 | 140 | 101 |
| Binary | 11000010 | 1001110 | 11111011 | 10111 | 1000101 | 0 | 10 | 100011000 | 1100000 | 1000001 |
Color Harmonies of #C24EFB
Complementary color
Monochromatic Colors of #C24EFB
Black with #C24EFB
Text Example
Text Example
White with #C24EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EFB; }
p { color: rgb(194,78,251); }
H1.HeaderClassName
{
color: #C24EFB;
}
.AnyTagClassName
{
color: #C24EFB;
}
</style>
background-color css
<style>
a { background-color: #C24EFB; }
a { background-color: rgb(194,78,251); }
div.DivClassName
{
background-color: #C24EFB;
}
.BgClassName
{
background-color: #C24EFB;
}
</style>
border-color css
<style>
span { border-color: #C24EFB; }
span { border-color: rgb(194,78,251); }
td.TdClassName
{
border-color: #C24EFB;
}
.TagClassName
{
border-color: #C24EFB;
}
</style>