Shades of Orchid #C57BCD
Tints of Orchid #C57BCD
RGB
CMYK
RGB Variations
Color information
#C57BCD (or 0xC57BCD) is known color: Orchid. HEX triplet: C5, 7B and CD. RGB value is (197,123,205). Sum of RGB (Red+Green+Blue) = 197+123+205=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C57BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BCD is #3A8432. Grayscale: #9A9A9A. Windows color (decimal): -3834931 or 13466565. OLE color: 13466565.
HSL color Cylindrical-coordinate representation of color #C57BCD: hue angle of 294.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57BCD is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 123 | 205 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.20 |
| HSL | 294.15º | 0.45% | 0.64% | - |
| HSV(B) | 294.15º | 0.4% | 0.8% | - |
| XYZ | 41.13 | 30.44 | 61.47 | - |
| YUV | 154.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 205 | 0.04 | 0.4 | 0 | 0.20 | 294.15 | 0.45 | 0.64 |
| Hex | C5 | 7B | CD | 4 | 28 | 0 | 14 | 126 | 2D | 40 |
| Octal | 305 | 173 | 315 | 4 | 50 | 0 | 24 | 446 | 55 | 100 |
| Binary | 11000101 | 1111011 | 11001101 | 100 | 101000 | 0 | 10100 | 100100110 | 101101 | 1000000 |
Color Harmonies of #C57BCD
Complementary color
Monochromatic Colors of #C57BCD
Black with #C57BCD
Text Example
Text Example
White with #C57BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BCD; }
p { color: rgb(197,123,205); }
H1.HeaderClassName
{
color: #C57BCD;
}
.AnyTagClassName
{
color: #C57BCD;
}
</style>
background-color css
<style>
a { background-color: #C57BCD; }
a { background-color: rgb(197,123,205); }
div.DivClassName
{
background-color: #C57BCD;
}
.BgClassName
{
background-color: #C57BCD;
}
</style>
border-color css
<style>
span { border-color: #C57BCD; }
span { border-color: rgb(197,123,205); }
td.TdClassName
{
border-color: #C57BCD;
}
.TagClassName
{
border-color: #C57BCD;
}
</style>