Shades of Orchid #C57CDC
Tints of Orchid #C57CDC
RGB
CMYK
RGB Variations
Color information
#C57CDC (or 0xC57CDC) is known color: Orchid. HEX triplet: C5, 7C and DC. RGB value is (197,124,220). Sum of RGB (Red+Green+Blue) = 197+124+220=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C57CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CDC is #3A8323. Grayscale: #9C9C9C. Windows color (decimal): -3834660 or 14449861. OLE color: 14449861.
HSL color Cylindrical-coordinate representation of color #C57CDC: hue angle of 285.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57CDC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 124 | 220 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.14 |
| HSL | 285.63º | 0.58% | 0.67% | - |
| HSV(B) | 285.63º | 0.44% | 0.86% | - |
| XYZ | 43.15 | 31.45 | 71.51 | - |
| YUV | 156.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 220 | 0.10 | 0.44 | 0 | 0.14 | 285.63 | 0.58 | 0.67 |
| Hex | C5 | 7C | DC | A | 2C | 0 | E | 11E | 3A | 43 |
| Octal | 305 | 174 | 334 | 12 | 54 | 0 | 16 | 436 | 72 | 103 |
| Binary | 11000101 | 1111100 | 11011100 | 1010 | 101100 | 0 | 1110 | 100011110 | 111010 | 1000011 |
Color Harmonies of #C57CDC
Complementary color
Monochromatic Colors of #C57CDC
Black with #C57CDC
Text Example
Text Example
White with #C57CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CDC; }
p { color: rgb(197,124,220); }
H1.HeaderClassName
{
color: #C57CDC;
}
.AnyTagClassName
{
color: #C57CDC;
}
</style>
background-color css
<style>
a { background-color: #C57CDC; }
a { background-color: rgb(197,124,220); }
div.DivClassName
{
background-color: #C57CDC;
}
.BgClassName
{
background-color: #C57CDC;
}
</style>
border-color css
<style>
span { border-color: #C57CDC; }
span { border-color: rgb(197,124,220); }
td.TdClassName
{
border-color: #C57CDC;
}
.TagClassName
{
border-color: #C57CDC;
}
</style>