Shades of Medium Orchid #C249FD
Tints of Medium Orchid #C249FD
RGB
CMYK
RGB Variations
Color information
#C249FD (or 0xC249FD) is known color: Medium Orchid. HEX triplet: C2, 49 and FD. RGB value is (194,73,253). Sum of RGB (Red+Green+Blue) = 194+73+253=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #C249FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249FD is #3DB602. Grayscale: #818181. Windows color (decimal): -4044291 or 16599490. OLE color: 16599490.
HSL color Cylindrical-coordinate representation of color #C249FD: hue angle of 280.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C249FD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 73 | 253 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.33º | 0.98% | 0.64% | - |
| HSV(B) | 280.33º | 0.71% | 0.99% | - |
| XYZ | 42.36 | 23.33 | 95.2 | - |
| YUV | 129.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 253 | 0.23 | 0.71 | 0 | 0.01 | 280.33 | 0.98 | 0.64 |
| Hex | C2 | 49 | FD | 17 | 47 | 0 | 1 | 118 | 62 | 40 |
| Octal | 302 | 111 | 375 | 27 | 107 | 0 | 1 | 430 | 142 | 100 |
| Binary | 11000010 | 1001001 | 11111101 | 10111 | 1000111 | 0 | 1 | 100011000 | 1100010 | 1000000 |
Color Harmonies of #C249FD
Complementary color
Monochromatic Colors of #C249FD
Black with #C249FD
Text Example
Text Example
White with #C249FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249FD; }
p { color: rgb(194,73,253); }
H1.HeaderClassName
{
color: #C249FD;
}
.AnyTagClassName
{
color: #C249FD;
}
</style>
background-color css
<style>
a { background-color: #C249FD; }
a { background-color: rgb(194,73,253); }
div.DivClassName
{
background-color: #C249FD;
}
.BgClassName
{
background-color: #C249FD;
}
</style>
border-color css
<style>
span { border-color: #C249FD; }
span { border-color: rgb(194,73,253); }
td.TdClassName
{
border-color: #C249FD;
}
.TagClassName
{
border-color: #C249FD;
}
</style>