Shades of Medium Orchid #C949D6
Tints of Medium Orchid #C949D6
RGB
CMYK
RGB Variations
Color information
#C949D6 (or 0xC949D6) is known color: Medium Orchid. HEX triplet: C9, 49 and D6. RGB value is (201,73,214). Sum of RGB (Red+Green+Blue) = 201+73+214=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #C949D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949D6 is #36B629. Grayscale: #7E7E7E. Windows color (decimal): -3585578 or 14043593. OLE color: 14043593.
HSL color Cylindrical-coordinate representation of color #C949D6: hue angle of 294.47º degrees, saturation: 0.63, 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 #C949D6 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 73 | 214 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.16 |
| HSL | 294.47º | 0.63% | 0.56% | - |
| HSV(B) | 294.47º | 0.66% | 0.84% | - |
| XYZ | 38.61 | 22.04 | 65.84 | - |
| YUV | 127.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 214 | 0.06 | 0.66 | 0 | 0.16 | 294.47 | 0.63 | 0.56 |
| Hex | C9 | 49 | D6 | 6 | 42 | 0 | 10 | 126 | 3F | 38 |
| Octal | 311 | 111 | 326 | 6 | 102 | 0 | 20 | 446 | 77 | 70 |
| Binary | 11001001 | 1001001 | 11010110 | 110 | 1000010 | 0 | 10000 | 100100110 | 111111 | 111000 |
Color Harmonies of #C949D6
Complementary color
Monochromatic Colors of #C949D6
Black with #C949D6
Text Example
Text Example
White with #C949D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949D6; }
p { color: rgb(201,73,214); }
H1.HeaderClassName
{
color: #C949D6;
}
.AnyTagClassName
{
color: #C949D6;
}
</style>
background-color css
<style>
a { background-color: #C949D6; }
a { background-color: rgb(201,73,214); }
div.DivClassName
{
background-color: #C949D6;
}
.BgClassName
{
background-color: #C949D6;
}
</style>
border-color css
<style>
span { border-color: #C949D6; }
span { border-color: rgb(201,73,214); }
td.TdClassName
{
border-color: #C949D6;
}
.TagClassName
{
border-color: #C949D6;
}
</style>