Shades of Medium Orchid #C954D9
Tints of Medium Orchid #C954D9
RGB
CMYK
RGB Variations
Color information
#C954D9 (or 0xC954D9) is known color: Medium Orchid. HEX triplet: C9, 54 and D9. RGB value is (201,84,217). Sum of RGB (Red+Green+Blue) = 201+84+217=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #C954D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954D9 is #36AB26. Grayscale: #858585. Windows color (decimal): -3582759 or 14243017. OLE color: 14243017.
HSL color Cylindrical-coordinate representation of color #C954D9: hue angle of 292.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C954D9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 84 | 217 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.15 |
| HSL | 292.78º | 0.64% | 0.59% | - |
| HSV(B) | 292.78º | 0.61% | 0.85% | - |
| XYZ | 39.78 | 23.77 | 68.14 | - |
| YUV | 134.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 217 | 0.07 | 0.61 | 0 | 0.15 | 292.78 | 0.64 | 0.59 |
| Hex | C9 | 54 | D9 | 7 | 3D | 0 | F | 125 | 40 | 3B |
| Octal | 311 | 124 | 331 | 7 | 75 | 0 | 17 | 445 | 100 | 73 |
| Binary | 11001001 | 1010100 | 11011001 | 111 | 111101 | 0 | 1111 | 100100101 | 1000000 | 111011 |
Color Harmonies of #C954D9
Complementary color
Monochromatic Colors of #C954D9
Black with #C954D9
Text Example
Text Example
White with #C954D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954D9; }
p { color: rgb(201,84,217); }
H1.HeaderClassName
{
color: #C954D9;
}
.AnyTagClassName
{
color: #C954D9;
}
</style>
background-color css
<style>
a { background-color: #C954D9; }
a { background-color: rgb(201,84,217); }
div.DivClassName
{
background-color: #C954D9;
}
.BgClassName
{
background-color: #C954D9;
}
</style>
border-color css
<style>
span { border-color: #C954D9; }
span { border-color: rgb(201,84,217); }
td.TdClassName
{
border-color: #C954D9;
}
.TagClassName
{
border-color: #C954D9;
}
</style>