Shades of Medium Orchid #C249DC
Tints of Medium Orchid #C249DC
RGB
CMYK
RGB Variations
Color information
#C249DC (or 0xC249DC) is known color: Medium Orchid. HEX triplet: C2, 49 and DC. RGB value is (194,73,220). Sum of RGB (Red+Green+Blue) = 194+73+220=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #C249DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249DC is #3DB623. Grayscale: #7D7D7D. Windows color (decimal): -4044324 or 14436802. OLE color: 14436802.
HSL color Cylindrical-coordinate representation of color #C249DC: hue angle of 289.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C249DC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 73 | 220 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.14 |
| HSL | 289.39º | 0.68% | 0.57% | - |
| HSV(B) | 289.39º | 0.67% | 0.86% | - |
| XYZ | 37.55 | 21.4 | 69.86 | - |
| YUV | 125.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 220 | 0.12 | 0.67 | 0 | 0.14 | 289.39 | 0.68 | 0.57 |
| Hex | C2 | 49 | DC | C | 43 | 0 | E | 121 | 44 | 39 |
| Octal | 302 | 111 | 334 | 14 | 103 | 0 | 16 | 441 | 104 | 71 |
| Binary | 11000010 | 1001001 | 11011100 | 1100 | 1000011 | 0 | 1110 | 100100001 | 1000100 | 111001 |
Color Harmonies of #C249DC
Complementary color
Monochromatic Colors of #C249DC
Black with #C249DC
Text Example
Text Example
White with #C249DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249DC; }
p { color: rgb(194,73,220); }
H1.HeaderClassName
{
color: #C249DC;
}
.AnyTagClassName
{
color: #C249DC;
}
</style>
background-color css
<style>
a { background-color: #C249DC; }
a { background-color: rgb(194,73,220); }
div.DivClassName
{
background-color: #C249DC;
}
.BgClassName
{
background-color: #C249DC;
}
</style>
border-color css
<style>
span { border-color: #C249DC; }
span { border-color: rgb(194,73,220); }
td.TdClassName
{
border-color: #C249DC;
}
.TagClassName
{
border-color: #C249DC;
}
</style>