Shades of Orchid #C57DCD
Tints of Orchid #C57DCD
RGB
CMYK
RGB Variations
Color information
#C57DCD (or 0xC57DCD) is known color: Orchid. HEX triplet: C5, 7D and CD. RGB value is (197,125,205). Sum of RGB (Red+Green+Blue) = 197+125+205=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCD is #3A8232. Grayscale: #9B9B9B. Windows color (decimal): -3834419 or 13467077. OLE color: 13467077.
HSL color Cylindrical-coordinate representation of color #C57DCD: hue angle of 294º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57DCD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 125 | 205 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.20 |
| HSL | 294º | 0.44% | 0.65% | - |
| HSV(B) | 294º | 0.39% | 0.8% | - |
| XYZ | 41.38 | 30.95 | 61.55 | - |
| YUV | 155.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 205 | 0.04 | 0.39 | 0 | 0.20 | 294 | 0.44 | 0.65 |
| Hex | C5 | 7D | CD | 4 | 27 | 0 | 14 | 126 | 2C | 41 |
| Octal | 305 | 175 | 315 | 4 | 47 | 0 | 24 | 446 | 54 | 101 |
| Binary | 11000101 | 1111101 | 11001101 | 100 | 100111 | 0 | 10100 | 100100110 | 101100 | 1000001 |
Color Harmonies of #C57DCD
Complementary color
Monochromatic Colors of #C57DCD
Black with #C57DCD
Text Example
Text Example
White with #C57DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DCD; }
p { color: rgb(197,125,205); }
H1.HeaderClassName
{
color: #C57DCD;
}
.AnyTagClassName
{
color: #C57DCD;
}
</style>
background-color css
<style>
a { background-color: #C57DCD; }
a { background-color: rgb(197,125,205); }
div.DivClassName
{
background-color: #C57DCD;
}
.BgClassName
{
background-color: #C57DCD;
}
</style>
border-color css
<style>
span { border-color: #C57DCD; }
span { border-color: rgb(197,125,205); }
td.TdClassName
{
border-color: #C57DCD;
}
.TagClassName
{
border-color: #C57DCD;
}
</style>