Shades of Medium Orchid #C551D8
Tints of Medium Orchid #C551D8
RGB
CMYK
RGB Variations
Color information
#C551D8 (or 0xC551D8) is known color: Medium Orchid. HEX triplet: C5, 51 and D8. RGB value is (197,81,216). Sum of RGB (Red+Green+Blue) = 197+81+216=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #C551D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551D8 is #3AAE27. Grayscale: #828282. Windows color (decimal): -3845672 or 14176709. OLE color: 14176709.
HSL color Cylindrical-coordinate representation of color #C551D8: hue angle of 291.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C551D8 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 81 | 216 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.15 |
| HSL | 291.56º | 0.63% | 0.58% | - |
| HSV(B) | 291.56º | 0.63% | 0.85% | - |
| XYZ | 38.36 | 22.71 | 67.33 | - |
| YUV | 131.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 216 | 0.09 | 0.62 | 0 | 0.15 | 291.56 | 0.63 | 0.58 |
| Hex | C5 | 51 | D8 | 9 | 3E | 0 | F | 124 | 3F | 3A |
| Octal | 305 | 121 | 330 | 11 | 76 | 0 | 17 | 444 | 77 | 72 |
| Binary | 11000101 | 1010001 | 11011000 | 1001 | 111110 | 0 | 1111 | 100100100 | 111111 | 111010 |
Color Harmonies of #C551D8
Complementary color
Monochromatic Colors of #C551D8
Black with #C551D8
Text Example
Text Example
White with #C551D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551D8; }
p { color: rgb(197,81,216); }
H1.HeaderClassName
{
color: #C551D8;
}
.AnyTagClassName
{
color: #C551D8;
}
</style>
background-color css
<style>
a { background-color: #C551D8; }
a { background-color: rgb(197,81,216); }
div.DivClassName
{
background-color: #C551D8;
}
.BgClassName
{
background-color: #C551D8;
}
</style>
border-color css
<style>
span { border-color: #C551D8; }
span { border-color: rgb(197,81,216); }
td.TdClassName
{
border-color: #C551D8;
}
.TagClassName
{
border-color: #C551D8;
}
</style>