Shades of Medium Orchid #C249DA
Tints of Medium Orchid #C249DA
RGB
CMYK
RGB Variations
Color information
#C249DA (or 0xC249DA) is known color: Medium Orchid. HEX triplet: C2, 49 and DA. RGB value is (194,73,218). Sum of RGB (Red+Green+Blue) = 194+73+218=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #C249DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249DA is #3DB625. Grayscale: #7D7D7D. Windows color (decimal): -4044326 or 14305730. OLE color: 14305730.
HSL color Cylindrical-coordinate representation of color #C249DA: hue angle of 290.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C249DA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 73 | 218 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.15 |
| HSL | 290.07º | 0.66% | 0.57% | - |
| HSV(B) | 290.07º | 0.67% | 0.85% | - |
| XYZ | 37.29 | 21.3 | 68.48 | - |
| YUV | 125.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 218 | 0.11 | 0.67 | 0 | 0.15 | 290.07 | 0.66 | 0.57 |
| Hex | C2 | 49 | DA | B | 43 | 0 | F | 122 | 42 | 39 |
| Octal | 302 | 111 | 332 | 13 | 103 | 0 | 17 | 442 | 102 | 71 |
| Binary | 11000010 | 1001001 | 11011010 | 1011 | 1000011 | 0 | 1111 | 100100010 | 1000010 | 111001 |
Color Harmonies of #C249DA
Complementary color
Monochromatic Colors of #C249DA
Black with #C249DA
Text Example
Text Example
White with #C249DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249DA; }
p { color: rgb(194,73,218); }
H1.HeaderClassName
{
color: #C249DA;
}
.AnyTagClassName
{
color: #C249DA;
}
</style>
background-color css
<style>
a { background-color: #C249DA; }
a { background-color: rgb(194,73,218); }
div.DivClassName
{
background-color: #C249DA;
}
.BgClassName
{
background-color: #C249DA;
}
</style>
border-color css
<style>
span { border-color: #C249DA; }
span { border-color: rgb(194,73,218); }
td.TdClassName
{
border-color: #C249DA;
}
.TagClassName
{
border-color: #C249DA;
}
</style>