Shades of Orchid #C57DC6
Tints of Orchid #C57DC6
RGB
CMYK
RGB Variations
Color information
#C57DC6 (or 0xC57DC6) is known color: Orchid. HEX triplet: C5, 7D and C6. RGB value is (197,125,198). Sum of RGB (Red+Green+Blue) = 197+125+198=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #C57DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DC6 is #3A8239. Grayscale: #9A9A9A. Windows color (decimal): -3834426 or 13008325. OLE color: 13008325.
HSL color Cylindrical-coordinate representation of color #C57DC6: hue angle of 299.18º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57DC6 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 125 | 198 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.22 |
| HSL | 299.18º | 0.39% | 0.63% | - |
| HSV(B) | 299.18º | 0.37% | 0.78% | - |
| XYZ | 40.55 | 30.61 | 57.2 | - |
| YUV | 154.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 198 | 0.01 | 0.37 | 0 | 0.22 | 299.18 | 0.39 | 0.63 |
| Hex | C5 | 7D | C6 | 1 | 25 | 0 | 16 | 12B | 27 | 3F |
| Octal | 305 | 175 | 306 | 1 | 45 | 0 | 26 | 453 | 47 | 77 |
| Binary | 11000101 | 1111101 | 11000110 | 1 | 100101 | 0 | 10110 | 100101011 | 100111 | 111111 |
Color Harmonies of #C57DC6
Complementary color
Monochromatic Colors of #C57DC6
Black with #C57DC6
Text Example
Text Example
White with #C57DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DC6; }
p { color: rgb(197,125,198); }
H1.HeaderClassName
{
color: #C57DC6;
}
.AnyTagClassName
{
color: #C57DC6;
}
</style>
background-color css
<style>
a { background-color: #C57DC6; }
a { background-color: rgb(197,125,198); }
div.DivClassName
{
background-color: #C57DC6;
}
.BgClassName
{
background-color: #C57DC6;
}
</style>
border-color css
<style>
span { border-color: #C57DC6; }
span { border-color: rgb(197,125,198); }
td.TdClassName
{
border-color: #C57DC6;
}
.TagClassName
{
border-color: #C57DC6;
}
</style>