Shades of Orchid #C57DCB
Tints of Orchid #C57DCB
RGB
CMYK
RGB Variations
Color information
#C57DCB (or 0xC57DCB) is known color: Orchid. HEX triplet: C5, 7D and CB. RGB value is (197,125,203). Sum of RGB (Red+Green+Blue) = 197+125+203=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCB is #3A8234. Grayscale: #9B9B9B. Windows color (decimal): -3834421 or 13336005. OLE color: 13336005.
HSL color Cylindrical-coordinate representation of color #C57DCB: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57DCB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 125 | 203 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.20 |
| HSL | 295.38º | 0.43% | 0.64% | - |
| HSV(B) | 295.38º | 0.38% | 0.8% | - |
| XYZ | 41.14 | 30.85 | 60.29 | - |
| YUV | 155.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 203 | 0.03 | 0.38 | 0 | 0.20 | 295.38 | 0.43 | 0.64 |
| Hex | C5 | 7D | CB | 3 | 26 | 0 | 14 | 127 | 2B | 40 |
| Octal | 305 | 175 | 313 | 3 | 46 | 0 | 24 | 447 | 53 | 100 |
| Binary | 11000101 | 1111101 | 11001011 | 11 | 100110 | 0 | 10100 | 100100111 | 101011 | 1000000 |
Color Harmonies of #C57DCB
Complementary color
Monochromatic Colors of #C57DCB
Black with #C57DCB
Text Example
Text Example
White with #C57DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DCB; }
p { color: rgb(197,125,203); }
H1.HeaderClassName
{
color: #C57DCB;
}
.AnyTagClassName
{
color: #C57DCB;
}
</style>
background-color css
<style>
a { background-color: #C57DCB; }
a { background-color: rgb(197,125,203); }
div.DivClassName
{
background-color: #C57DCB;
}
.BgClassName
{
background-color: #C57DCB;
}
</style>
border-color css
<style>
span { border-color: #C57DCB; }
span { border-color: rgb(197,125,203); }
td.TdClassName
{
border-color: #C57DCB;
}
.TagClassName
{
border-color: #C57DCB;
}
</style>