Shades of Medium Orchid #C551D5
Tints of Medium Orchid #C551D5
RGB
CMYK
RGB Variations
Color information
#C551D5 (or 0xC551D5) is known color: Medium Orchid. HEX triplet: C5, 51 and D5. RGB value is (197,81,213). Sum of RGB (Red+Green+Blue) = 197+81+213=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #C551D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551D5 is #3AAE2A. Grayscale: #828282. Windows color (decimal): -3845675 or 13980101. OLE color: 13980101.
HSL color Cylindrical-coordinate representation of color #C551D5: hue angle of 292.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C551D5 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 81 | 213 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.16 |
| HSL | 292.73º | 0.61% | 0.58% | - |
| HSV(B) | 292.73º | 0.62% | 0.84% | - |
| XYZ | 37.98 | 22.56 | 65.3 | - |
| YUV | 130.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 213 | 0.08 | 0.62 | 0 | 0.16 | 292.73 | 0.61 | 0.58 |
| Hex | C5 | 51 | D5 | 8 | 3E | 0 | 10 | 125 | 3D | 3A |
| Octal | 305 | 121 | 325 | 10 | 76 | 0 | 20 | 445 | 75 | 72 |
| Binary | 11000101 | 1010001 | 11010101 | 1000 | 111110 | 0 | 10000 | 100100101 | 111101 | 111010 |
Color Harmonies of #C551D5
Complementary color
Monochromatic Colors of #C551D5
Black with #C551D5
Text Example
Text Example
White with #C551D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551D5; }
p { color: rgb(197,81,213); }
H1.HeaderClassName
{
color: #C551D5;
}
.AnyTagClassName
{
color: #C551D5;
}
</style>
background-color css
<style>
a { background-color: #C551D5; }
a { background-color: rgb(197,81,213); }
div.DivClassName
{
background-color: #C551D5;
}
.BgClassName
{
background-color: #C551D5;
}
</style>
border-color css
<style>
span { border-color: #C551D5; }
span { border-color: rgb(197,81,213); }
td.TdClassName
{
border-color: #C551D5;
}
.TagClassName
{
border-color: #C551D5;
}
</style>