Shades of Orchid #D56BCB
Tints of Orchid #D56BCB
RGB
CMYK
RGB Variations
Color information
#D56BCB (or 0xD56BCB) is known color: Orchid. HEX triplet: D5, 6B and CB. RGB value is (213,107,203). Sum of RGB (Red+Green+Blue) = 213+107+203=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BCB is #2A9434. Grayscale: #959595. Windows color (decimal): -2790453 or 13331413. OLE color: 13331413.
HSL color Cylindrical-coordinate representation of color #D56BCB: hue angle of 305.66º 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 #D56BCB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 203 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.16 |
| HSL | 305.66º | 0.56% | 0.63% | - |
| HSV(B) | 305.66º | 0.5% | 0.84% | - |
| XYZ | 43.48 | 28.97 | 59.8 | - |
| YUV | 149.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 203 | 0 | 0.50 | 0.05 | 0.16 | 305.66 | 0.56 | 0.63 |
| Hex | D5 | 6B | CB | 0 | 32 | 5 | 10 | 132 | 38 | 3F |
| Octal | 325 | 153 | 313 | 0 | 62 | 5 | 20 | 462 | 70 | 77 |
| Binary | 11010101 | 1101011 | 11001011 | 0 | 110010 | 101 | 10000 | 100110010 | 111000 | 111111 |
Color Harmonies of #D56BCB
Complementary color
Monochromatic Colors of #D56BCB
Black with #D56BCB
Text Example
Text Example
White with #D56BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BCB; }
p { color: rgb(213,107,203); }
H1.HeaderClassName
{
color: #D56BCB;
}
.AnyTagClassName
{
color: #D56BCB;
}
</style>
background-color css
<style>
a { background-color: #D56BCB; }
a { background-color: rgb(213,107,203); }
div.DivClassName
{
background-color: #D56BCB;
}
.BgClassName
{
background-color: #D56BCB;
}
</style>
border-color css
<style>
span { border-color: #D56BCB; }
span { border-color: rgb(213,107,203); }
td.TdClassName
{
border-color: #D56BCB;
}
.TagClassName
{
border-color: #D56BCB;
}
</style>