Shades of Orchid #C57BDD
Tints of Orchid #C57BDD
RGB
CMYK
RGB Variations
Color information
#C57BDD (or 0xC57BDD) is known color: Orchid. HEX triplet: C5, 7B and DD. RGB value is (197,123,221). Sum of RGB (Red+Green+Blue) = 197+123+221=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C57BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BDD is #3A8422. Grayscale: #9B9B9B. Windows color (decimal): -3834915 or 14515141. OLE color: 14515141.
HSL color Cylindrical-coordinate representation of color #C57BDD: hue angle of 285.31º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57BDD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 123 | 221 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.13 |
| HSL | 285.31º | 0.59% | 0.67% | - |
| HSV(B) | 285.31º | 0.44% | 0.87% | - |
| XYZ | 43.16 | 31.26 | 72.16 | - |
| YUV | 156.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 221 | 0.11 | 0.44 | 0 | 0.13 | 285.31 | 0.59 | 0.67 |
| Hex | C5 | 7B | DD | B | 2C | 0 | D | 11D | 3B | 43 |
| Octal | 305 | 173 | 335 | 13 | 54 | 0 | 15 | 435 | 73 | 103 |
| Binary | 11000101 | 1111011 | 11011101 | 1011 | 101100 | 0 | 1101 | 100011101 | 111011 | 1000011 |
Color Harmonies of #C57BDD
Complementary color
Monochromatic Colors of #C57BDD
Black with #C57BDD
Text Example
Text Example
White with #C57BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BDD; }
p { color: rgb(197,123,221); }
H1.HeaderClassName
{
color: #C57BDD;
}
.AnyTagClassName
{
color: #C57BDD;
}
</style>
background-color css
<style>
a { background-color: #C57BDD; }
a { background-color: rgb(197,123,221); }
div.DivClassName
{
background-color: #C57BDD;
}
.BgClassName
{
background-color: #C57BDD;
}
</style>
border-color css
<style>
span { border-color: #C57BDD; }
span { border-color: rgb(197,123,221); }
td.TdClassName
{
border-color: #C57BDD;
}
.TagClassName
{
border-color: #C57BDD;
}
</style>