Shades of Medium Orchid #C551DE
Tints of Medium Orchid #C551DE
RGB
CMYK
RGB Variations
Color information
#C551DE (or 0xC551DE) is known color: Medium Orchid. HEX triplet: C5, 51 and DE. RGB value is (197,81,222). Sum of RGB (Red+Green+Blue) = 197+81+222=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #C551DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551DE is #3AAE21. Grayscale: #838383. Windows color (decimal): -3845666 or 14569925. OLE color: 14569925.
HSL color Cylindrical-coordinate representation of color #C551DE: hue angle of 289.36º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C551DE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 81 | 222 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.13 |
| HSL | 289.36º | 0.68% | 0.59% | - |
| HSV(B) | 289.36º | 0.64% | 0.87% | - |
| XYZ | 39.15 | 23.03 | 71.49 | - |
| YUV | 131.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 222 | 0.11 | 0.64 | 0 | 0.13 | 289.36 | 0.68 | 0.59 |
| Hex | C5 | 51 | DE | B | 40 | 0 | D | 121 | 44 | 3B |
| Octal | 305 | 121 | 336 | 13 | 100 | 0 | 15 | 441 | 104 | 73 |
| Binary | 11000101 | 1010001 | 11011110 | 1011 | 1000000 | 0 | 1101 | 100100001 | 1000100 | 111011 |
Color Harmonies of #C551DE
Complementary color
Monochromatic Colors of #C551DE
Black with #C551DE
Text Example
Text Example
White with #C551DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551DE; }
p { color: rgb(197,81,222); }
H1.HeaderClassName
{
color: #C551DE;
}
.AnyTagClassName
{
color: #C551DE;
}
</style>
background-color css
<style>
a { background-color: #C551DE; }
a { background-color: rgb(197,81,222); }
div.DivClassName
{
background-color: #C551DE;
}
.BgClassName
{
background-color: #C551DE;
}
</style>
border-color css
<style>
span { border-color: #C551DE; }
span { border-color: rgb(197,81,222); }
td.TdClassName
{
border-color: #C551DE;
}
.TagClassName
{
border-color: #C551DE;
}
</style>