Shades of Medium Orchid #C551DD
Tints of Medium Orchid #C551DD
RGB
CMYK
RGB Variations
Color information
#C551DD (or 0xC551DD) is known color: Medium Orchid. HEX triplet: C5, 51 and DD. RGB value is (197,81,221). Sum of RGB (Red+Green+Blue) = 197+81+221=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C551DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551DD is #3AAE22. Grayscale: #838383. Windows color (decimal): -3845667 or 14504389. OLE color: 14504389.
HSL color Cylindrical-coordinate representation of color #C551DD: hue angle of 289.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C551DD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 81 | 221 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.13 |
| HSL | 289.71º | 0.67% | 0.59% | - |
| HSV(B) | 289.71º | 0.63% | 0.87% | - |
| XYZ | 39.02 | 22.98 | 70.78 | - |
| YUV | 131.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 221 | 0.11 | 0.63 | 0 | 0.13 | 289.71 | 0.67 | 0.59 |
| Hex | C5 | 51 | DD | B | 3F | 0 | D | 122 | 43 | 3B |
| Octal | 305 | 121 | 335 | 13 | 77 | 0 | 15 | 442 | 103 | 73 |
| Binary | 11000101 | 1010001 | 11011101 | 1011 | 111111 | 0 | 1101 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C551DD
Complementary color
Monochromatic Colors of #C551DD
Black with #C551DD
Text Example
Text Example
White with #C551DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551DD; }
p { color: rgb(197,81,221); }
H1.HeaderClassName
{
color: #C551DD;
}
.AnyTagClassName
{
color: #C551DD;
}
</style>
background-color css
<style>
a { background-color: #C551DD; }
a { background-color: rgb(197,81,221); }
div.DivClassName
{
background-color: #C551DD;
}
.BgClassName
{
background-color: #C551DD;
}
</style>
border-color css
<style>
span { border-color: #C551DD; }
span { border-color: rgb(197,81,221); }
td.TdClassName
{
border-color: #C551DD;
}
.TagClassName
{
border-color: #C551DD;
}
</style>