Shades of Medium Orchid #C24FFC
Tints of Medium Orchid #C24FFC
RGB
CMYK
RGB Variations
Color information
#C24FFC (or 0xC24FFC) is known color: Medium Orchid. HEX triplet: C2, 4F and FC. RGB value is (194,79,252). Sum of RGB (Red+Green+Blue) = 194+79+252=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #C24FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FFC is #3DB003. Grayscale: #848484. Windows color (decimal): -4042756 or 16535490. OLE color: 16535490.
HSL color Cylindrical-coordinate representation of color #C24FFC: hue angle of 279.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24FFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 79 | 252 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.01 |
| HSL | 279.88º | 0.97% | 0.65% | - |
| HSV(B) | 279.88º | 0.69% | 0.99% | - |
| XYZ | 42.61 | 24.09 | 94.5 | - |
| YUV | 133.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 252 | 0.23 | 0.69 | 0 | 0.01 | 279.88 | 0.97 | 0.65 |
| Hex | C2 | 4F | FC | 17 | 45 | 0 | 1 | 118 | 61 | 41 |
| Octal | 302 | 117 | 374 | 27 | 105 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000010 | 1001111 | 11111100 | 10111 | 1000101 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C24FFC
Complementary color
Monochromatic Colors of #C24FFC
Black with #C24FFC
Text Example
Text Example
White with #C24FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FFC; }
p { color: rgb(194,79,252); }
H1.HeaderClassName
{
color: #C24FFC;
}
.AnyTagClassName
{
color: #C24FFC;
}
</style>
background-color css
<style>
a { background-color: #C24FFC; }
a { background-color: rgb(194,79,252); }
div.DivClassName
{
background-color: #C24FFC;
}
.BgClassName
{
background-color: #C24FFC;
}
</style>
border-color css
<style>
span { border-color: #C24FFC; }
span { border-color: rgb(194,79,252); }
td.TdClassName
{
border-color: #C24FFC;
}
.TagClassName
{
border-color: #C24FFC;
}
</style>