Shades of Medium Orchid #C24BFE
Tints of Medium Orchid #C24BFE
RGB
CMYK
RGB Variations
Color information
#C24BFE (or 0xC24BFE) is known color: Medium Orchid. HEX triplet: C2, 4B and FE. RGB value is (194,75,254). Sum of RGB (Red+Green+Blue) = 194+75+254=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C24BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BFE is #3DB401. Grayscale: #828282. Windows color (decimal): -4043778 or 16665538. OLE color: 16665538.
HSL color Cylindrical-coordinate representation of color #C24BFE: hue angle of 279.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24BFE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 75 | 254 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.00 |
| HSL | 279.89º | 0.99% | 0.65% | - |
| HSV(B) | 279.89º | 0.7% | 1% | - |
| XYZ | 42.65 | 23.66 | 96.08 | - |
| YUV | 130.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 254 | 0.24 | 0.70 | 0 | 0.00 | 279.89 | 0.99 | 0.65 |
| Hex | C2 | 4B | FE | 18 | 46 | 0 | 0 | 118 | 63 | 41 |
| Octal | 302 | 113 | 376 | 30 | 106 | 0 | 0 | 430 | 143 | 101 |
| Binary | 11000010 | 1001011 | 11111110 | 11000 | 1000110 | 0 | 0 | 100011000 | 1100011 | 1000001 |
Color Harmonies of #C24BFE
Complementary color
Monochromatic Colors of #C24BFE
Black with #C24BFE
Text Example
Text Example
White with #C24BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BFE; }
p { color: rgb(194,75,254); }
H1.HeaderClassName
{
color: #C24BFE;
}
.AnyTagClassName
{
color: #C24BFE;
}
</style>
background-color css
<style>
a { background-color: #C24BFE; }
a { background-color: rgb(194,75,254); }
div.DivClassName
{
background-color: #C24BFE;
}
.BgClassName
{
background-color: #C24BFE;
}
</style>
border-color css
<style>
span { border-color: #C24BFE; }
span { border-color: rgb(194,75,254); }
td.TdClassName
{
border-color: #C24BFE;
}
.TagClassName
{
border-color: #C24BFE;
}
</style>