Shades of Orchid #C57DCC
Tints of Orchid #C57DCC
RGB
CMYK
RGB Variations
Color information
#C57DCC (or 0xC57DCC) is known color: Orchid. HEX triplet: C5, 7D and CC. RGB value is (197,125,204). Sum of RGB (Red+Green+Blue) = 197+125+204=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C57DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCC is #3A8233. Grayscale: #9B9B9B. Windows color (decimal): -3834420 or 13401541. OLE color: 13401541.
HSL color Cylindrical-coordinate representation of color #C57DCC: hue angle of 294.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57DCC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 125 | 204 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.2 |
| HSL | 294.68º | 0.44% | 0.65% | - |
| HSV(B) | 294.68º | 0.39% | 0.8% | - |
| XYZ | 41.26 | 30.9 | 60.92 | - |
| YUV | 155.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 204 | 0.03 | 0.39 | 0 | 0.2 | 294.68 | 0.44 | 0.65 |
| Hex | C5 | 7D | CC | 3 | 27 | 0 | 14 | 127 | 2C | 41 |
| Octal | 305 | 175 | 314 | 3 | 47 | 0 | 24 | 447 | 54 | 101 |
| Binary | 11000101 | 1111101 | 11001100 | 11 | 100111 | 0 | 10100 | 100100111 | 101100 | 1000001 |
Color Harmonies of #C57DCC
Complementary color
Monochromatic Colors of #C57DCC
Black with #C57DCC
Text Example
Text Example
White with #C57DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DCC; }
p { color: rgb(197,125,204); }
H1.HeaderClassName
{
color: #C57DCC;
}
.AnyTagClassName
{
color: #C57DCC;
}
</style>
background-color css
<style>
a { background-color: #C57DCC; }
a { background-color: rgb(197,125,204); }
div.DivClassName
{
background-color: #C57DCC;
}
.BgClassName
{
background-color: #C57DCC;
}
</style>
border-color css
<style>
span { border-color: #C57DCC; }
span { border-color: rgb(197,125,204); }
td.TdClassName
{
border-color: #C57DCC;
}
.TagClassName
{
border-color: #C57DCC;
}
</style>