Shades of Orchid #C57DC8
Tints of Orchid #C57DC8
RGB
CMYK
RGB Variations
Color information
#C57DC8 (or 0xC57DC8) is known color: Orchid. HEX triplet: C5, 7D and C8. RGB value is (197,125,200). Sum of RGB (Red+Green+Blue) = 197+125+200=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #C57DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DC8 is #3A8237. Grayscale: #9A9A9A. Windows color (decimal): -3834424 or 13139397. OLE color: 13139397.
HSL color Cylindrical-coordinate representation of color #C57DC8: hue angle of 297.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57DC8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 125 | 200 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.22 |
| HSL | 297.6º | 0.41% | 0.64% | - |
| HSV(B) | 297.6º | 0.38% | 0.78% | - |
| XYZ | 40.78 | 30.71 | 58.42 | - |
| YUV | 155.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 200 | 0.02 | 0.38 | 0 | 0.22 | 297.6 | 0.41 | 0.64 |
| Hex | C5 | 7D | C8 | 2 | 26 | 0 | 16 | 12A | 29 | 40 |
| Octal | 305 | 175 | 310 | 2 | 46 | 0 | 26 | 452 | 51 | 100 |
| Binary | 11000101 | 1111101 | 11001000 | 10 | 100110 | 0 | 10110 | 100101010 | 101001 | 1000000 |
Color Harmonies of #C57DC8
Complementary color
Monochromatic Colors of #C57DC8
Black with #C57DC8
Text Example
Text Example
White with #C57DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DC8; }
p { color: rgb(197,125,200); }
H1.HeaderClassName
{
color: #C57DC8;
}
.AnyTagClassName
{
color: #C57DC8;
}
</style>
background-color css
<style>
a { background-color: #C57DC8; }
a { background-color: rgb(197,125,200); }
div.DivClassName
{
background-color: #C57DC8;
}
.BgClassName
{
background-color: #C57DC8;
}
</style>
border-color css
<style>
span { border-color: #C57DC8; }
span { border-color: rgb(197,125,200); }
td.TdClassName
{
border-color: #C57DC8;
}
.TagClassName
{
border-color: #C57DC8;
}
</style>