Shades of Orchid #D56ABC
Tints of Orchid #D56ABC
RGB
CMYK
RGB Variations
Color information
#D56ABC (or 0xD56ABC) is known color: Orchid. HEX triplet: D5, 6A and BC. RGB value is (213,106,188). Sum of RGB (Red+Green+Blue) = 213+106+188=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ABC is #2A9543. Grayscale: #939393. Windows color (decimal): -2790724 or 12348117. OLE color: 12348117.
HSL color Cylindrical-coordinate representation of color #D56ABC: hue angle of 314.02º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56ABC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 188 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.16 |
| HSL | 314.02º | 0.56% | 0.63% | - |
| HSV(B) | 314.02º | 0.5% | 0.84% | - |
| XYZ | 41.67 | 28.09 | 50.8 | - |
| YUV | 147.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 188 | 0 | 0.50 | 0.12 | 0.16 | 314.02 | 0.56 | 0.63 |
| Hex | D5 | 6A | BC | 0 | 32 | C | 10 | 13A | 38 | 3F |
| Octal | 325 | 152 | 274 | 0 | 62 | 14 | 20 | 472 | 70 | 77 |
| Binary | 11010101 | 1101010 | 10111100 | 0 | 110010 | 1100 | 10000 | 100111010 | 111000 | 111111 |
Color Harmonies of #D56ABC
Complementary color
Monochromatic Colors of #D56ABC
Black with #D56ABC
Text Example
Text Example
White with #D56ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ABC; }
p { color: rgb(213,106,188); }
H1.HeaderClassName
{
color: #D56ABC;
}
.AnyTagClassName
{
color: #D56ABC;
}
</style>
background-color css
<style>
a { background-color: #D56ABC; }
a { background-color: rgb(213,106,188); }
div.DivClassName
{
background-color: #D56ABC;
}
.BgClassName
{
background-color: #D56ABC;
}
</style>
border-color css
<style>
span { border-color: #D56ABC; }
span { border-color: rgb(213,106,188); }
td.TdClassName
{
border-color: #D56ABC;
}
.TagClassName
{
border-color: #D56ABC;
}
</style>