Shades of Orchid #D56FE4
Tints of Orchid #D56FE4
RGB
CMYK
RGB Variations
Color information
#D56FE4 (or 0xD56FE4) is known color: Orchid. HEX triplet: D5, 6F and E4. RGB value is (213,111,228). Sum of RGB (Red+Green+Blue) = 213+111+228=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #D56FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FE4 is #2A901B. Grayscale: #9A9A9A. Windows color (decimal): -2789404 or 14970837. OLE color: 14970837.
HSL color Cylindrical-coordinate representation of color #D56FE4: hue angle of 292.31º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56FE4 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 111 | 228 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.11 |
| HSL | 292.31º | 0.68% | 0.66% | - |
| HSV(B) | 292.31º | 0.51% | 0.89% | - |
| XYZ | 47.13 | 31.12 | 76.92 | - |
| YUV | 154.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 228 | 0.07 | 0.51 | 0 | 0.11 | 292.31 | 0.68 | 0.66 |
| Hex | D5 | 6F | E4 | 7 | 33 | 0 | B | 124 | 44 | 42 |
| Octal | 325 | 157 | 344 | 7 | 63 | 0 | 13 | 444 | 104 | 102 |
| Binary | 11010101 | 1101111 | 11100100 | 111 | 110011 | 0 | 1011 | 100100100 | 1000100 | 1000010 |
Color Harmonies of #D56FE4
Complementary color
Monochromatic Colors of #D56FE4
Black with #D56FE4
Text Example
Text Example
White with #D56FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FE4; }
p { color: rgb(213,111,228); }
H1.HeaderClassName
{
color: #D56FE4;
}
.AnyTagClassName
{
color: #D56FE4;
}
</style>
background-color css
<style>
a { background-color: #D56FE4; }
a { background-color: rgb(213,111,228); }
div.DivClassName
{
background-color: #D56FE4;
}
.BgClassName
{
background-color: #D56FE4;
}
</style>
border-color css
<style>
span { border-color: #D56FE4; }
span { border-color: rgb(213,111,228); }
td.TdClassName
{
border-color: #D56FE4;
}
.TagClassName
{
border-color: #D56FE4;
}
</style>