Shades of Orchid #C57CDD
Tints of Orchid #C57CDD
RGB
CMYK
RGB Variations
Color information
#C57CDD (or 0xC57CDD) is known color: Orchid. HEX triplet: C5, 7C and DD. RGB value is (197,124,221). Sum of RGB (Red+Green+Blue) = 197+124+221=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C57CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CDD is #3A8322. Grayscale: #9C9C9C. Windows color (decimal): -3834659 or 14515397. OLE color: 14515397.
HSL color Cylindrical-coordinate representation of color #C57CDD: hue angle of 285.15º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57CDD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 124 | 221 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.13 |
| HSL | 285.15º | 0.59% | 0.68% | - |
| HSV(B) | 285.15º | 0.44% | 0.87% | - |
| XYZ | 43.28 | 31.51 | 72.21 | - |
| YUV | 156.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 221 | 0.11 | 0.44 | 0 | 0.13 | 285.15 | 0.59 | 0.68 |
| Hex | C5 | 7C | DD | B | 2C | 0 | D | 11D | 3B | 44 |
| Octal | 305 | 174 | 335 | 13 | 54 | 0 | 15 | 435 | 73 | 104 |
| Binary | 11000101 | 1111100 | 11011101 | 1011 | 101100 | 0 | 1101 | 100011101 | 111011 | 1000100 |
Color Harmonies of #C57CDD
Complementary color
Monochromatic Colors of #C57CDD
Black with #C57CDD
Text Example
Text Example
White with #C57CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CDD; }
p { color: rgb(197,124,221); }
H1.HeaderClassName
{
color: #C57CDD;
}
.AnyTagClassName
{
color: #C57CDD;
}
</style>
background-color css
<style>
a { background-color: #C57CDD; }
a { background-color: rgb(197,124,221); }
div.DivClassName
{
background-color: #C57CDD;
}
.BgClassName
{
background-color: #C57CDD;
}
</style>
border-color css
<style>
span { border-color: #C57CDD; }
span { border-color: rgb(197,124,221); }
td.TdClassName
{
border-color: #C57CDD;
}
.TagClassName
{
border-color: #C57CDD;
}
</style>