Shades of Orchid #D57BBF
Tints of Orchid #D57BBF
RGB
CMYK
RGB Variations
Color information
#D57BBF (or 0xD57BBF) is known color: Orchid. HEX triplet: D5, 7B and BF. RGB value is (213,123,191). Sum of RGB (Red+Green+Blue) = 213+123+191=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBF is #2A8440. Grayscale: #9D9D9D. Windows color (decimal): -2786369 or 12549077. OLE color: 12549077.
HSL color Cylindrical-coordinate representation of color #D57BBF: hue angle of 314.67º 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 #D57BBF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 191 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.16 |
| HSL | 314.67º | 0.52% | 0.66% | - |
| HSV(B) | 314.67º | 0.42% | 0.84% | - |
| XYZ | 43.93 | 32.07 | 53.17 | - |
| YUV | 157.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 191 | 0 | 0.42 | 0.10 | 0.16 | 314.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | BF | 0 | 2A | A | 10 | 13B | 34 | 42 |
| Octal | 325 | 173 | 277 | 0 | 52 | 12 | 20 | 473 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10111111 | 0 | 101010 | 1010 | 10000 | 100111011 | 110100 | 1000010 |
Color Harmonies of #D57BBF
Complementary color
Monochromatic Colors of #D57BBF
Black with #D57BBF
Text Example
Text Example
White with #D57BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BBF; }
p { color: rgb(213,123,191); }
H1.HeaderClassName
{
color: #D57BBF;
}
.AnyTagClassName
{
color: #D57BBF;
}
</style>
background-color css
<style>
a { background-color: #D57BBF; }
a { background-color: rgb(213,123,191); }
div.DivClassName
{
background-color: #D57BBF;
}
.BgClassName
{
background-color: #D57BBF;
}
</style>
border-color css
<style>
span { border-color: #D57BBF; }
span { border-color: rgb(213,123,191); }
td.TdClassName
{
border-color: #D57BBF;
}
.TagClassName
{
border-color: #D57BBF;
}
</style>