Shades of Medium Orchid #C955D8
Tints of Medium Orchid #C955D8
RGB
CMYK
RGB Variations
Color information
#C955D8 (or 0xC955D8) is known color: Medium Orchid. HEX triplet: C9, 55 and D8. RGB value is (201,85,216). Sum of RGB (Red+Green+Blue) = 201+85+216=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #C955D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955D8 is #36AA27. Grayscale: #868686. Windows color (decimal): -3582504 or 14177737. OLE color: 14177737.
HSL color Cylindrical-coordinate representation of color #C955D8: hue angle of 293.13º degrees, saturation: 0.63, 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 #C955D8 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 85 | 216 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.15 |
| HSL | 293.13º | 0.63% | 0.59% | - |
| HSV(B) | 293.13º | 0.61% | 0.85% | - |
| XYZ | 39.73 | 23.87 | 67.48 | - |
| YUV | 134.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 216 | 0.07 | 0.61 | 0 | 0.15 | 293.13 | 0.63 | 0.59 |
| Hex | C9 | 55 | D8 | 7 | 3D | 0 | F | 125 | 3F | 3B |
| Octal | 311 | 125 | 330 | 7 | 75 | 0 | 17 | 445 | 77 | 73 |
| Binary | 11001001 | 1010101 | 11011000 | 111 | 111101 | 0 | 1111 | 100100101 | 111111 | 111011 |
Color Harmonies of #C955D8
Complementary color
Monochromatic Colors of #C955D8
Black with #C955D8
Text Example
Text Example
White with #C955D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955D8; }
p { color: rgb(201,85,216); }
H1.HeaderClassName
{
color: #C955D8;
}
.AnyTagClassName
{
color: #C955D8;
}
</style>
background-color css
<style>
a { background-color: #C955D8; }
a { background-color: rgb(201,85,216); }
div.DivClassName
{
background-color: #C955D8;
}
.BgClassName
{
background-color: #C955D8;
}
</style>
border-color css
<style>
span { border-color: #C955D8; }
span { border-color: rgb(201,85,216); }
td.TdClassName
{
border-color: #C955D8;
}
.TagClassName
{
border-color: #C955D8;
}
</style>