Shades of Orchid #C57BD4
Tints of Orchid #C57BD4
RGB
CMYK
RGB Variations
Color information
#C57BD4 (or 0xC57BD4) is known color: Orchid. HEX triplet: C5, 7B and D4. RGB value is (197,123,212). Sum of RGB (Red+Green+Blue) = 197+123+212=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #C57BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BD4 is #3A842B. Grayscale: #9A9A9A. Windows color (decimal): -3834924 or 13925317. OLE color: 13925317.
HSL color Cylindrical-coordinate representation of color #C57BD4: hue angle of 289.89º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57BD4 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 123 | 212 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.17 |
| HSL | 289.89º | 0.51% | 0.66% | - |
| HSV(B) | 289.89º | 0.42% | 0.83% | - |
| XYZ | 41.99 | 30.79 | 66.02 | - |
| YUV | 155.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 212 | 0.07 | 0.42 | 0 | 0.17 | 289.89 | 0.51 | 0.66 |
| Hex | C5 | 7B | D4 | 7 | 2A | 0 | 11 | 122 | 33 | 42 |
| Octal | 305 | 173 | 324 | 7 | 52 | 0 | 21 | 442 | 63 | 102 |
| Binary | 11000101 | 1111011 | 11010100 | 111 | 101010 | 0 | 10001 | 100100010 | 110011 | 1000010 |
Color Harmonies of #C57BD4
Complementary color
Monochromatic Colors of #C57BD4
Black with #C57BD4
Text Example
Text Example
White with #C57BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BD4; }
p { color: rgb(197,123,212); }
H1.HeaderClassName
{
color: #C57BD4;
}
.AnyTagClassName
{
color: #C57BD4;
}
</style>
background-color css
<style>
a { background-color: #C57BD4; }
a { background-color: rgb(197,123,212); }
div.DivClassName
{
background-color: #C57BD4;
}
.BgClassName
{
background-color: #C57BD4;
}
</style>
border-color css
<style>
span { border-color: #C57BD4; }
span { border-color: rgb(197,123,212); }
td.TdClassName
{
border-color: #C57BD4;
}
.TagClassName
{
border-color: #C57BD4;
}
</style>