Shades of Orchid #C57FD6
Tints of Orchid #C57FD6
RGB
CMYK
RGB Variations
Color information
#C57FD6 (or 0xC57FD6) is known color: Orchid. HEX triplet: C5, 7F and D6. RGB value is (197,127,214). Sum of RGB (Red+Green+Blue) = 197+127+214=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #C57FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FD6 is #3A8029. Grayscale: #9D9D9D. Windows color (decimal): -3833898 or 14057413. OLE color: 14057413.
HSL color Cylindrical-coordinate representation of color #C57FD6: hue angle of 288.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57FD6 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 127 | 214 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.16 |
| HSL | 288.28º | 0.51% | 0.67% | - |
| HSV(B) | 288.28º | 0.41% | 0.84% | - |
| XYZ | 42.75 | 31.9 | 67.52 | - |
| YUV | 157.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 214 | 0.08 | 0.41 | 0 | 0.16 | 288.28 | 0.51 | 0.67 |
| Hex | C5 | 7F | D6 | 8 | 29 | 0 | 10 | 120 | 33 | 43 |
| Octal | 305 | 177 | 326 | 10 | 51 | 0 | 20 | 440 | 63 | 103 |
| Binary | 11000101 | 1111111 | 11010110 | 1000 | 101001 | 0 | 10000 | 100100000 | 110011 | 1000011 |
Color Harmonies of #C57FD6
Complementary color
Monochromatic Colors of #C57FD6
Black with #C57FD6
Text Example
Text Example
White with #C57FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FD6; }
p { color: rgb(197,127,214); }
H1.HeaderClassName
{
color: #C57FD6;
}
.AnyTagClassName
{
color: #C57FD6;
}
</style>
background-color css
<style>
a { background-color: #C57FD6; }
a { background-color: rgb(197,127,214); }
div.DivClassName
{
background-color: #C57FD6;
}
.BgClassName
{
background-color: #C57FD6;
}
</style>
border-color css
<style>
span { border-color: #C57FD6; }
span { border-color: rgb(197,127,214); }
td.TdClassName
{
border-color: #C57FD6;
}
.TagClassName
{
border-color: #C57FD6;
}
</style>