Shades of Orchid #D57BCB
Tints of Orchid #D57BCB
RGB
CMYK
RGB Variations
Color information
#D57BCB (or 0xD57BCB) is known color: Orchid. HEX triplet: D5, 7B and CB. RGB value is (213,123,203). Sum of RGB (Red+Green+Blue) = 213+123+203=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BCB is #2A8434. Grayscale: #9E9E9E. Windows color (decimal): -2786357 or 13335509. OLE color: 13335509.
HSL color Cylindrical-coordinate representation of color #D57BCB: hue angle of 306.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 #D57BCB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 203 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.16 |
| HSL | 306.67º | 0.52% | 0.66% | - |
| HSV(B) | 306.67º | 0.42% | 0.84% | - |
| XYZ | 45.3 | 32.62 | 60.41 | - |
| YUV | 159.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 203 | 0 | 0.42 | 0.05 | 0.16 | 306.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | CB | 0 | 2A | 5 | 10 | 133 | 34 | 42 |
| Octal | 325 | 173 | 313 | 0 | 52 | 5 | 20 | 463 | 64 | 102 |
| Binary | 11010101 | 1111011 | 11001011 | 0 | 101010 | 101 | 10000 | 100110011 | 110100 | 1000010 |
Color Harmonies of #D57BCB
Complementary color
Monochromatic Colors of #D57BCB
Black with #D57BCB
Text Example
Text Example
White with #D57BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BCB; }
p { color: rgb(213,123,203); }
H1.HeaderClassName
{
color: #D57BCB;
}
.AnyTagClassName
{
color: #D57BCB;
}
</style>
background-color css
<style>
a { background-color: #D57BCB; }
a { background-color: rgb(213,123,203); }
div.DivClassName
{
background-color: #D57BCB;
}
.BgClassName
{
background-color: #D57BCB;
}
</style>
border-color css
<style>
span { border-color: #D57BCB; }
span { border-color: rgb(213,123,203); }
td.TdClassName
{
border-color: #D57BCB;
}
.TagClassName
{
border-color: #D57BCB;
}
</style>