Shades of Orchid #C57AD0
Tints of Orchid #C57AD0
RGB
CMYK
RGB Variations
Color information
#C57AD0 (or 0xC57AD0) is known color: Orchid. HEX triplet: C5, 7A and D0. RGB value is (197,122,208). Sum of RGB (Red+Green+Blue) = 197+122+208=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #C57AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AD0 is #3A852F. Grayscale: #999999. Windows color (decimal): -3835184 or 13662917. OLE color: 13662917.
HSL color Cylindrical-coordinate representation of color #C57AD0: hue angle of 292.33º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57AD0 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 122 | 208 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.18 |
| HSL | 292.33º | 0.48% | 0.65% | - |
| HSV(B) | 292.33º | 0.41% | 0.82% | - |
| XYZ | 41.37 | 30.34 | 63.35 | - |
| YUV | 154.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 208 | 0.05 | 0.41 | 0 | 0.18 | 292.33 | 0.48 | 0.65 |
| Hex | C5 | 7A | D0 | 5 | 29 | 0 | 12 | 124 | 30 | 41 |
| Octal | 305 | 172 | 320 | 5 | 51 | 0 | 22 | 444 | 60 | 101 |
| Binary | 11000101 | 1111010 | 11010000 | 101 | 101001 | 0 | 10010 | 100100100 | 110000 | 1000001 |
Color Harmonies of #C57AD0
Complementary color
Monochromatic Colors of #C57AD0
Black with #C57AD0
Text Example
Text Example
White with #C57AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AD0; }
p { color: rgb(197,122,208); }
H1.HeaderClassName
{
color: #C57AD0;
}
.AnyTagClassName
{
color: #C57AD0;
}
</style>
background-color css
<style>
a { background-color: #C57AD0; }
a { background-color: rgb(197,122,208); }
div.DivClassName
{
background-color: #C57AD0;
}
.BgClassName
{
background-color: #C57AD0;
}
</style>
border-color css
<style>
span { border-color: #C57AD0; }
span { border-color: rgb(197,122,208); }
td.TdClassName
{
border-color: #C57AD0;
}
.TagClassName
{
border-color: #C57AD0;
}
</style>