Shades of Orchid #D56CBC
Tints of Orchid #D56CBC
RGB
CMYK
RGB Variations
Color information
#D56CBC (or 0xD56CBC) is known color: Orchid. HEX triplet: D5, 6C and BC. RGB value is (213,108,188). Sum of RGB (Red+Green+Blue) = 213+108+188=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CBC is #2A9343. Grayscale: #949494. Windows color (decimal): -2790212 or 12348629. OLE color: 12348629.
HSL color Cylindrical-coordinate representation of color #D56CBC: hue angle of 314.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56CBC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 188 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.16 |
| HSL | 314.29º | 0.56% | 0.63% | - |
| HSV(B) | 314.29º | 0.49% | 0.84% | - |
| XYZ | 41.88 | 28.5 | 50.87 | - |
| YUV | 148.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 188 | 0 | 0.49 | 0.12 | 0.16 | 314.29 | 0.56 | 0.63 |
| Hex | D5 | 6C | BC | 0 | 31 | C | 10 | 13A | 38 | 3F |
| Octal | 325 | 154 | 274 | 0 | 61 | 14 | 20 | 472 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10111100 | 0 | 110001 | 1100 | 10000 | 100111010 | 111000 | 111111 |
Color Harmonies of #D56CBC
Complementary color
Monochromatic Colors of #D56CBC
Black with #D56CBC
Text Example
Text Example
White with #D56CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CBC; }
p { color: rgb(213,108,188); }
H1.HeaderClassName
{
color: #D56CBC;
}
.AnyTagClassName
{
color: #D56CBC;
}
</style>
background-color css
<style>
a { background-color: #D56CBC; }
a { background-color: rgb(213,108,188); }
div.DivClassName
{
background-color: #D56CBC;
}
.BgClassName
{
background-color: #D56CBC;
}
</style>
border-color css
<style>
span { border-color: #D56CBC; }
span { border-color: rgb(213,108,188); }
td.TdClassName
{
border-color: #D56CBC;
}
.TagClassName
{
border-color: #D56CBC;
}
</style>