Shades of Orchid #D56AE0
Tints of Orchid #D56AE0
RGB
CMYK
RGB Variations
Color information
#D56AE0 (or 0xD56AE0) is known color: Orchid. HEX triplet: D5, 6A and E0. RGB value is (213,106,224). Sum of RGB (Red+Green+Blue) = 213+106+224=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #D56AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AE0 is #2A951F. Grayscale: #979797. Windows color (decimal): -2790688 or 14707413. OLE color: 14707413.
HSL color Cylindrical-coordinate representation of color #D56AE0: hue angle of 294.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56AE0 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 106 | 224 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.12 |
| HSL | 294.41º | 0.66% | 0.65% | - |
| HSV(B) | 294.41º | 0.53% | 0.88% | - |
| XYZ | 46.05 | 29.84 | 73.85 | - |
| YUV | 151.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 224 | 0.05 | 0.53 | 0 | 0.12 | 294.41 | 0.66 | 0.65 |
| Hex | D5 | 6A | E0 | 5 | 35 | 0 | C | 126 | 42 | 41 |
| Octal | 325 | 152 | 340 | 5 | 65 | 0 | 14 | 446 | 102 | 101 |
| Binary | 11010101 | 1101010 | 11100000 | 101 | 110101 | 0 | 1100 | 100100110 | 1000010 | 1000001 |
Color Harmonies of #D56AE0
Complementary color
Monochromatic Colors of #D56AE0
Black with #D56AE0
Text Example
Text Example
White with #D56AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AE0; }
p { color: rgb(213,106,224); }
H1.HeaderClassName
{
color: #D56AE0;
}
.AnyTagClassName
{
color: #D56AE0;
}
</style>
background-color css
<style>
a { background-color: #D56AE0; }
a { background-color: rgb(213,106,224); }
div.DivClassName
{
background-color: #D56AE0;
}
.BgClassName
{
background-color: #D56AE0;
}
</style>
border-color css
<style>
span { border-color: #D56AE0; }
span { border-color: rgb(213,106,224); }
td.TdClassName
{
border-color: #D56AE0;
}
.TagClassName
{
border-color: #D56AE0;
}
</style>