Shades of Medium Orchid #C949DD
Tints of Medium Orchid #C949DD
RGB
CMYK
RGB Variations
Color information
#C949DD (or 0xC949DD) is known color: Medium Orchid. HEX triplet: C9, 49 and DD. RGB value is (201,73,221). Sum of RGB (Red+Green+Blue) = 201+73+221=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C949DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949DD is #36B622. Grayscale: #7F7F7F. Windows color (decimal): -3585571 or 14502345. OLE color: 14502345.
HSL color Cylindrical-coordinate representation of color #C949DD: hue angle of 291.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C949DD is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 73 | 221 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.13 |
| HSL | 291.89º | 0.69% | 0.58% | - |
| HSV(B) | 291.89º | 0.67% | 0.87% | - |
| XYZ | 39.52 | 22.4 | 70.65 | - |
| YUV | 128.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 221 | 0.09 | 0.67 | 0 | 0.13 | 291.89 | 0.69 | 0.58 |
| Hex | C9 | 49 | DD | 9 | 43 | 0 | D | 124 | 45 | 3A |
| Octal | 311 | 111 | 335 | 11 | 103 | 0 | 15 | 444 | 105 | 72 |
| Binary | 11001001 | 1001001 | 11011101 | 1001 | 1000011 | 0 | 1101 | 100100100 | 1000101 | 111010 |
Color Harmonies of #C949DD
Complementary color
Monochromatic Colors of #C949DD
Black with #C949DD
Text Example
Text Example
White with #C949DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949DD; }
p { color: rgb(201,73,221); }
H1.HeaderClassName
{
color: #C949DD;
}
.AnyTagClassName
{
color: #C949DD;
}
</style>
background-color css
<style>
a { background-color: #C949DD; }
a { background-color: rgb(201,73,221); }
div.DivClassName
{
background-color: #C949DD;
}
.BgClassName
{
background-color: #C949DD;
}
</style>
border-color css
<style>
span { border-color: #C949DD; }
span { border-color: rgb(201,73,221); }
td.TdClassName
{
border-color: #C949DD;
}
.TagClassName
{
border-color: #C949DD;
}
</style>