Shades of Medium Orchid #C249D4
Tints of Medium Orchid #C249D4
RGB
CMYK
RGB Variations
Color information
#C249D4 (or 0xC249D4) is known color: Medium Orchid. HEX triplet: C2, 49 and D4. RGB value is (194,73,212). Sum of RGB (Red+Green+Blue) = 194+73+212=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #C249D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249D4 is #3DB62B. Grayscale: #7C7C7C. Windows color (decimal): -4044332 or 13912514. OLE color: 13912514.
HSL color Cylindrical-coordinate representation of color #C249D4: hue angle of 292.23º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C249D4 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 73 | 212 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.17 |
| HSL | 292.23º | 0.62% | 0.56% | - |
| HSV(B) | 292.23º | 0.66% | 0.83% | - |
| XYZ | 36.51 | 20.99 | 64.41 | - |
| YUV | 125.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 212 | 0.08 | 0.66 | 0 | 0.17 | 292.23 | 0.62 | 0.56 |
| Hex | C2 | 49 | D4 | 8 | 42 | 0 | 11 | 124 | 3E | 38 |
| Octal | 302 | 111 | 324 | 10 | 102 | 0 | 21 | 444 | 76 | 70 |
| Binary | 11000010 | 1001001 | 11010100 | 1000 | 1000010 | 0 | 10001 | 100100100 | 111110 | 111000 |
Color Harmonies of #C249D4
Complementary color
Monochromatic Colors of #C249D4
Black with #C249D4
Text Example
Text Example
White with #C249D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249D4; }
p { color: rgb(194,73,212); }
H1.HeaderClassName
{
color: #C249D4;
}
.AnyTagClassName
{
color: #C249D4;
}
</style>
background-color css
<style>
a { background-color: #C249D4; }
a { background-color: rgb(194,73,212); }
div.DivClassName
{
background-color: #C249D4;
}
.BgClassName
{
background-color: #C249D4;
}
</style>
border-color css
<style>
span { border-color: #C249D4; }
span { border-color: rgb(194,73,212); }
td.TdClassName
{
border-color: #C249D4;
}
.TagClassName
{
border-color: #C249D4;
}
</style>