Shades of Orchid #C57DBD
Tints of Orchid #C57DBD
RGB
CMYK
RGB Variations
Color information
#C57DBD (or 0xC57DBD) is known color: Orchid. HEX triplet: C5, 7D and BD. RGB value is (197,125,189). Sum of RGB (Red+Green+Blue) = 197+125+189=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DBD is #3A8242. Grayscale: #999999. Windows color (decimal): -3834435 or 12418501. OLE color: 12418501.
HSL color Cylindrical-coordinate representation of color #C57DBD: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57DBD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 125 | 189 | - |
CMYK | 0 | 0.37 | 0.04 | 0.23 |
HSL | 306.67º | 0.38% | 0.63% | - |
HSV(B) | 306.67º | 0.37% | 0.77% | - |
XYZ | 39.54 | 30.21 | 51.89 | - |
YUV | 153.82 | 147.85 | 158.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 125 | 189 | 0 | 0.37 | 0.04 | 0.23 | 306.67 | 0.38 | 0.63 |
Hex | C5 | 7D | BD | 0 | 25 | 4 | 17 | 133 | 26 | 3F |
Octal | 305 | 175 | 275 | 0 | 45 | 4 | 27 | 463 | 46 | 77 |
Binary | 11000101 | 1111101 | 10111101 | 0 | 100101 | 100 | 10111 | 100110011 | 100110 | 111111 |
Color Harmonies of #C57DBD
Complementary color
Monochromatic Colors of #C57DBD
Black with #C57DBD
Text Example
Text Example
White with #C57DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DBD; }
p { color: rgb(197,125,189); }
H1.HeaderClassName
{
color: #C57DBD;
}
.AnyTagClassName
{
color: #C57DBD;
}
</style>
background-color css
<style>
a { background-color: #C57DBD; }
a { background-color: rgb(197,125,189); }
div.DivClassName
{
background-color: #C57DBD;
}
.BgClassName
{
background-color: #C57DBD;
}
</style>
border-color css
<style>
span { border-color: #C57DBD; }
span { border-color: rgb(197,125,189); }
td.TdClassName
{
border-color: #C57DBD;
}
.TagClassName
{
border-color: #C57DBD;
}
</style>