Shades of Medium Orchid #C949D5
Tints of Medium Orchid #C949D5
RGB
CMYK
RGB Variations
Color information
#C949D5 (or 0xC949D5) is known color: Medium Orchid. HEX triplet: C9, 49 and D5. RGB value is (201,73,213). Sum of RGB (Red+Green+Blue) = 201+73+213=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #C949D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949D5 is #36B62A. Grayscale: #7E7E7E. Windows color (decimal): -3585579 or 13978057. OLE color: 13978057.
HSL color Cylindrical-coordinate representation of color #C949D5: hue angle of 294.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 #C949D5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 73 | 213 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.16 |
| HSL | 294.86º | 0.63% | 0.56% | - |
| HSV(B) | 294.86º | 0.66% | 0.84% | - |
| XYZ | 38.48 | 21.99 | 65.17 | - |
| YUV | 127.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 213 | 0.06 | 0.66 | 0 | 0.16 | 294.86 | 0.63 | 0.56 |
| Hex | C9 | 49 | D5 | 6 | 42 | 0 | 10 | 127 | 3E | 38 |
| Octal | 311 | 111 | 325 | 6 | 102 | 0 | 20 | 447 | 76 | 70 |
| Binary | 11001001 | 1001001 | 11010101 | 110 | 1000010 | 0 | 10000 | 100100111 | 111110 | 111000 |
Color Harmonies of #C949D5
Complementary color
Monochromatic Colors of #C949D5
Black with #C949D5
Text Example
Text Example
White with #C949D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949D5; }
p { color: rgb(201,73,213); }
H1.HeaderClassName
{
color: #C949D5;
}
.AnyTagClassName
{
color: #C949D5;
}
</style>
background-color css
<style>
a { background-color: #C949D5; }
a { background-color: rgb(201,73,213); }
div.DivClassName
{
background-color: #C949D5;
}
.BgClassName
{
background-color: #C949D5;
}
</style>
border-color css
<style>
span { border-color: #C949D5; }
span { border-color: rgb(201,73,213); }
td.TdClassName
{
border-color: #C949D5;
}
.TagClassName
{
border-color: #C949D5;
}
</style>