Shades of Medium Orchid #C249FF
Tints of Medium Orchid #C249FF
RGB
CMYK
RGB Variations
Color information
#C249FF (or 0xC249FF) is known color: Medium Orchid. HEX triplet: C2, 49 and FF. RGB value is (194,73,255). Sum of RGB (Red+Green+Blue) = 194+73+255=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C249FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249FF is #3DB600. Grayscale: #818181. Windows color (decimal): -4044289 or 16730562. OLE color: 16730562.
HSL color Cylindrical-coordinate representation of color #C249FF: hue angle of 279.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C249FF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 73 | 255 | - |
| CMYK | 0.24 | 0.71 | 0 | 0 |
| HSL | 279.89º | 1% | 0.64% | - |
| HSV(B) | 279.89º | 0.71% | 1% | - |
| XYZ | 42.68 | 23.45 | 96.89 | - |
| YUV | 129.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 255 | 0.24 | 0.71 | 0 | 0 | 279.89 | 1 | 0.64 |
| Hex | C2 | 49 | FF | 18 | 47 | 0 | 0 | 118 | 64 | 40 |
| Octal | 302 | 111 | 377 | 30 | 107 | 0 | 0 | 430 | 144 | 100 |
| Binary | 11000010 | 1001001 | 11111111 | 11000 | 1000111 | 0 | 0 | 100011000 | 1100100 | 1000000 |
Color Harmonies of #C249FF
Complementary color
Monochromatic Colors of #C249FF
Black with #C249FF
Text Example
Text Example
White with #C249FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249FF; }
p { color: rgb(194,73,255); }
H1.HeaderClassName
{
color: #C249FF;
}
.AnyTagClassName
{
color: #C249FF;
}
</style>
background-color css
<style>
a { background-color: #C249FF; }
a { background-color: rgb(194,73,255); }
div.DivClassName
{
background-color: #C249FF;
}
.BgClassName
{
background-color: #C249FF;
}
</style>
border-color css
<style>
span { border-color: #C249FF; }
span { border-color: rgb(194,73,255); }
td.TdClassName
{
border-color: #C249FF;
}
.TagClassName
{
border-color: #C249FF;
}
</style>