Shades of Medium Orchid #C249D2
Tints of Medium Orchid #C249D2
RGB
CMYK
RGB Variations
Color information
#C249D2 (or 0xC249D2) is known color: Medium Orchid. HEX triplet: C2, 49 and D2. RGB value is (194,73,210). Sum of RGB (Red+Green+Blue) = 194+73+210=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #C249D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249D2 is #3DB62D. Grayscale: #7C7C7C. Windows color (decimal): -4044334 or 13781442. OLE color: 13781442.
HSL color Cylindrical-coordinate representation of color #C249D2: hue angle of 292.99º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C249D2 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 73 | 210 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.18 |
| HSL | 292.99º | 0.6% | 0.55% | - |
| HSV(B) | 292.99º | 0.65% | 0.82% | - |
| XYZ | 36.26 | 20.89 | 63.09 | - |
| YUV | 124.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 210 | 0.08 | 0.65 | 0 | 0.18 | 292.99 | 0.6 | 0.55 |
| Hex | C2 | 49 | D2 | 8 | 41 | 0 | 12 | 125 | 3C | 37 |
| Octal | 302 | 111 | 322 | 10 | 101 | 0 | 22 | 445 | 74 | 67 |
| Binary | 11000010 | 1001001 | 11010010 | 1000 | 1000001 | 0 | 10010 | 100100101 | 111100 | 110111 |
Color Harmonies of #C249D2
Complementary color
Monochromatic Colors of #C249D2
Black with #C249D2
Text Example
Text Example
White with #C249D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249D2; }
p { color: rgb(194,73,210); }
H1.HeaderClassName
{
color: #C249D2;
}
.AnyTagClassName
{
color: #C249D2;
}
</style>
background-color css
<style>
a { background-color: #C249D2; }
a { background-color: rgb(194,73,210); }
div.DivClassName
{
background-color: #C249D2;
}
.BgClassName
{
background-color: #C249D2;
}
</style>
border-color css
<style>
span { border-color: #C249D2; }
span { border-color: rgb(194,73,210); }
td.TdClassName
{
border-color: #C249D2;
}
.TagClassName
{
border-color: #C249D2;
}
</style>