Shades of Orchid #C57FD9
Tints of Orchid #C57FD9
RGB
CMYK
RGB Variations
Color information
#C57FD9 (or 0xC57FD9) is known color: Orchid. HEX triplet: C5, 7F and D9. RGB value is (197,127,217). Sum of RGB (Red+Green+Blue) = 197+127+217=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #C57FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FD9 is #3A8026. Grayscale: #9D9D9D. Windows color (decimal): -3833895 or 14254021. OLE color: 14254021.
HSL color Cylindrical-coordinate representation of color #C57FD9: hue angle of 286.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57FD9 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 127 | 217 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.15 |
| HSL | 286.67º | 0.54% | 0.67% | - |
| HSV(B) | 286.67º | 0.41% | 0.85% | - |
| XYZ | 43.14 | 32.06 | 69.56 | - |
| YUV | 158.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 217 | 0.09 | 0.41 | 0 | 0.15 | 286.67 | 0.54 | 0.67 |
| Hex | C5 | 7F | D9 | 9 | 29 | 0 | F | 11F | 36 | 43 |
| Octal | 305 | 177 | 331 | 11 | 51 | 0 | 17 | 437 | 66 | 103 |
| Binary | 11000101 | 1111111 | 11011001 | 1001 | 101001 | 0 | 1111 | 100011111 | 110110 | 1000011 |
Color Harmonies of #C57FD9
Complementary color
Monochromatic Colors of #C57FD9
Black with #C57FD9
Text Example
Text Example
White with #C57FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FD9; }
p { color: rgb(197,127,217); }
H1.HeaderClassName
{
color: #C57FD9;
}
.AnyTagClassName
{
color: #C57FD9;
}
</style>
background-color css
<style>
a { background-color: #C57FD9; }
a { background-color: rgb(197,127,217); }
div.DivClassName
{
background-color: #C57FD9;
}
.BgClassName
{
background-color: #C57FD9;
}
</style>
border-color css
<style>
span { border-color: #C57FD9; }
span { border-color: rgb(197,127,217); }
td.TdClassName
{
border-color: #C57FD9;
}
.TagClassName
{
border-color: #C57FD9;
}
</style>