Shades of Medium Orchid #C24FFE
Tints of Medium Orchid #C24FFE
RGB
CMYK
RGB Variations
Color information
#C24FFE (or 0xC24FFE) is known color: Medium Orchid. HEX triplet: C2, 4F and FE. RGB value is (194,79,254). Sum of RGB (Red+Green+Blue) = 194+79+254=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C24FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FFE is #3DB001. Grayscale: #848484. Windows color (decimal): -4042754 or 16666562. OLE color: 16666562.
HSL color Cylindrical-coordinate representation of color #C24FFE: hue angle of 279.43º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24FFE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 79 | 254 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.00 |
| HSL | 279.43º | 0.99% | 0.65% | - |
| HSV(B) | 279.43º | 0.69% | 1% | - |
| XYZ | 42.93 | 24.22 | 96.18 | - |
| YUV | 133.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 254 | 0.24 | 0.69 | 0 | 0.00 | 279.43 | 0.99 | 0.65 |
| Hex | C2 | 4F | FE | 18 | 45 | 0 | 0 | 117 | 63 | 41 |
| Octal | 302 | 117 | 376 | 30 | 105 | 0 | 0 | 427 | 143 | 101 |
| Binary | 11000010 | 1001111 | 11111110 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #C24FFE
Complementary color
Monochromatic Colors of #C24FFE
Black with #C24FFE
Text Example
Text Example
White with #C24FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FFE; }
p { color: rgb(194,79,254); }
H1.HeaderClassName
{
color: #C24FFE;
}
.AnyTagClassName
{
color: #C24FFE;
}
</style>
background-color css
<style>
a { background-color: #C24FFE; }
a { background-color: rgb(194,79,254); }
div.DivClassName
{
background-color: #C24FFE;
}
.BgClassName
{
background-color: #C24FFE;
}
</style>
border-color css
<style>
span { border-color: #C24FFE; }
span { border-color: rgb(194,79,254); }
td.TdClassName
{
border-color: #C24FFE;
}
.TagClassName
{
border-color: #C24FFE;
}
</style>