Shades of Orchid #D57BC9
Tints of Orchid #D57BC9
RGB
CMYK
RGB Variations
Color information
#D57BC9 (or 0xD57BC9) is known color: Orchid. HEX triplet: D5, 7B and C9. RGB value is (213,123,201). Sum of RGB (Red+Green+Blue) = 213+123+201=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BC9 is #2A8436. Grayscale: #9E9E9E. Windows color (decimal): -2786359 or 13204437. OLE color: 13204437.
HSL color Cylindrical-coordinate representation of color #D57BC9: hue angle of 308º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57BC9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 201 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.16 |
| HSL | 308º | 0.52% | 0.66% | - |
| HSV(B) | 308º | 0.42% | 0.84% | - |
| XYZ | 45.07 | 32.53 | 59.16 | - |
| YUV | 158.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 201 | 0 | 0.42 | 0.06 | 0.16 | 308 | 0.52 | 0.66 |
| Hex | D5 | 7B | C9 | 0 | 2A | 6 | 10 | 134 | 34 | 42 |
| Octal | 325 | 173 | 311 | 0 | 52 | 6 | 20 | 464 | 64 | 102 |
| Binary | 11010101 | 1111011 | 11001001 | 0 | 101010 | 110 | 10000 | 100110100 | 110100 | 1000010 |
Color Harmonies of #D57BC9
Complementary color
Monochromatic Colors of #D57BC9
Black with #D57BC9
Text Example
Text Example
White with #D57BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BC9; }
p { color: rgb(213,123,201); }
H1.HeaderClassName
{
color: #D57BC9;
}
.AnyTagClassName
{
color: #D57BC9;
}
</style>
background-color css
<style>
a { background-color: #D57BC9; }
a { background-color: rgb(213,123,201); }
div.DivClassName
{
background-color: #D57BC9;
}
.BgClassName
{
background-color: #D57BC9;
}
</style>
border-color css
<style>
span { border-color: #D57BC9; }
span { border-color: rgb(213,123,201); }
td.TdClassName
{
border-color: #D57BC9;
}
.TagClassName
{
border-color: #D57BC9;
}
</style>