Shades of Orchid #D57BBC
Tints of Orchid #D57BBC
RGB
CMYK
RGB Variations
Color information
#D57BBC (or 0xD57BBC) is known color: Orchid. HEX triplet: D5, 7B and BC. RGB value is (213,123,188). Sum of RGB (Red+Green+Blue) = 213+123+188=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBC is #2A8443. Grayscale: #9D9D9D. Windows color (decimal): -2786372 or 12352469. OLE color: 12352469.
HSL color Cylindrical-coordinate representation of color #D57BBC: hue angle of 316.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 #D57BBC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 188 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.16 |
| HSL | 316.67º | 0.52% | 0.66% | - |
| HSV(B) | 316.67º | 0.42% | 0.84% | - |
| XYZ | 43.6 | 31.94 | 51.44 | - |
| YUV | 157.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 188 | 0 | 0.42 | 0.12 | 0.16 | 316.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | BC | 0 | 2A | C | 10 | 13D | 34 | 42 |
| Octal | 325 | 173 | 274 | 0 | 52 | 14 | 20 | 475 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10111100 | 0 | 101010 | 1100 | 10000 | 100111101 | 110100 | 1000010 |
Color Harmonies of #D57BBC
Complementary color
Monochromatic Colors of #D57BBC
Black with #D57BBC
Text Example
Text Example
White with #D57BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BBC; }
p { color: rgb(213,123,188); }
H1.HeaderClassName
{
color: #D57BBC;
}
.AnyTagClassName
{
color: #D57BBC;
}
</style>
background-color css
<style>
a { background-color: #D57BBC; }
a { background-color: rgb(213,123,188); }
div.DivClassName
{
background-color: #D57BBC;
}
.BgClassName
{
background-color: #D57BBC;
}
</style>
border-color css
<style>
span { border-color: #D57BBC; }
span { border-color: rgb(213,123,188); }
td.TdClassName
{
border-color: #D57BBC;
}
.TagClassName
{
border-color: #D57BBC;
}
</style>