Shades of Medium Orchid #C249D5
Tints of Medium Orchid #C249D5
RGB
CMYK
RGB Variations
Color information
#C249D5 (or 0xC249D5) is known color: Medium Orchid. HEX triplet: C2, 49 and D5. RGB value is (194,73,213). Sum of RGB (Red+Green+Blue) = 194+73+213=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #C249D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249D5 is #3DB62A. Grayscale: #7C7C7C. Windows color (decimal): -4044331 or 13978050. OLE color: 13978050.
HSL color Cylindrical-coordinate representation of color #C249D5: hue angle of 291.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C249D5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 73 | 213 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.16 |
| HSL | 291.86º | 0.63% | 0.56% | - |
| HSV(B) | 291.86º | 0.66% | 0.84% | - |
| XYZ | 36.64 | 21.04 | 65.08 | - |
| YUV | 125.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 213 | 0.09 | 0.66 | 0 | 0.16 | 291.86 | 0.63 | 0.56 |
| Hex | C2 | 49 | D5 | 9 | 42 | 0 | 10 | 124 | 3E | 38 |
| Octal | 302 | 111 | 325 | 11 | 102 | 0 | 20 | 444 | 76 | 70 |
| Binary | 11000010 | 1001001 | 11010101 | 1001 | 1000010 | 0 | 10000 | 100100100 | 111110 | 111000 |
Color Harmonies of #C249D5
Complementary color
Monochromatic Colors of #C249D5
Black with #C249D5
Text Example
Text Example
White with #C249D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249D5; }
p { color: rgb(194,73,213); }
H1.HeaderClassName
{
color: #C249D5;
}
.AnyTagClassName
{
color: #C249D5;
}
</style>
background-color css
<style>
a { background-color: #C249D5; }
a { background-color: rgb(194,73,213); }
div.DivClassName
{
background-color: #C249D5;
}
.BgClassName
{
background-color: #C249D5;
}
</style>
border-color css
<style>
span { border-color: #C249D5; }
span { border-color: rgb(194,73,213); }
td.TdClassName
{
border-color: #C249D5;
}
.TagClassName
{
border-color: #C249D5;
}
</style>