Shades of Orchid #D56BCE
Tints of Orchid #D56BCE
RGB
CMYK
RGB Variations
Color information
#D56BCE (or 0xD56BCE) is known color: Orchid. HEX triplet: D5, 6B and CE. RGB value is (213,107,206). Sum of RGB (Red+Green+Blue) = 213+107+206=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BCE is #2A9431. Grayscale: #959595. Windows color (decimal): -2790450 or 13528021. OLE color: 13528021.
HSL color Cylindrical-coordinate representation of color #D56BCE: hue angle of 303.96º 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 #D56BCE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 206 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.16 |
| HSL | 303.96º | 0.56% | 0.63% | - |
| HSV(B) | 303.96º | 0.5% | 0.84% | - |
| XYZ | 43.84 | 29.12 | 61.7 | - |
| YUV | 149.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 206 | 0 | 0.50 | 0.03 | 0.16 | 303.96 | 0.56 | 0.63 |
| Hex | D5 | 6B | CE | 0 | 32 | 3 | 10 | 130 | 38 | 3F |
| Octal | 325 | 153 | 316 | 0 | 62 | 3 | 20 | 460 | 70 | 77 |
| Binary | 11010101 | 1101011 | 11001110 | 0 | 110010 | 11 | 10000 | 100110000 | 111000 | 111111 |
Color Harmonies of #D56BCE
Complementary color
Monochromatic Colors of #D56BCE
Black with #D56BCE
Text Example
Text Example
White with #D56BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BCE; }
p { color: rgb(213,107,206); }
H1.HeaderClassName
{
color: #D56BCE;
}
.AnyTagClassName
{
color: #D56BCE;
}
</style>
background-color css
<style>
a { background-color: #D56BCE; }
a { background-color: rgb(213,107,206); }
div.DivClassName
{
background-color: #D56BCE;
}
.BgClassName
{
background-color: #D56BCE;
}
</style>
border-color css
<style>
span { border-color: #D56BCE; }
span { border-color: rgb(213,107,206); }
td.TdClassName
{
border-color: #D56BCE;
}
.TagClassName
{
border-color: #D56BCE;
}
</style>