Shades of Orchid #D56FE1
Tints of Orchid #D56FE1
RGB
CMYK
RGB Variations
Color information
#D56FE1 (or 0xD56FE1) is known color: Orchid. HEX triplet: D5, 6F and E1. RGB value is (213,111,225). Sum of RGB (Red+Green+Blue) = 213+111+225=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #D56FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FE1 is #2A901E. Grayscale: #9A9A9A. Windows color (decimal): -2789407 or 14774229. OLE color: 14774229.
HSL color Cylindrical-coordinate representation of color #D56FE1: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56FE1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 111 | 225 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.12 |
| HSL | 293.68º | 0.66% | 0.66% | - |
| HSV(B) | 293.68º | 0.51% | 0.88% | - |
| XYZ | 46.72 | 30.95 | 74.75 | - |
| YUV | 154.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 225 | 0.05 | 0.51 | 0 | 0.12 | 293.68 | 0.66 | 0.66 |
| Hex | D5 | 6F | E1 | 5 | 33 | 0 | C | 126 | 42 | 42 |
| Octal | 325 | 157 | 341 | 5 | 63 | 0 | 14 | 446 | 102 | 102 |
| Binary | 11010101 | 1101111 | 11100001 | 101 | 110011 | 0 | 1100 | 100100110 | 1000010 | 1000010 |
Color Harmonies of #D56FE1
Complementary color
Monochromatic Colors of #D56FE1
Black with #D56FE1
Text Example
Text Example
White with #D56FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FE1; }
p { color: rgb(213,111,225); }
H1.HeaderClassName
{
color: #D56FE1;
}
.AnyTagClassName
{
color: #D56FE1;
}
</style>
background-color css
<style>
a { background-color: #D56FE1; }
a { background-color: rgb(213,111,225); }
div.DivClassName
{
background-color: #D56FE1;
}
.BgClassName
{
background-color: #D56FE1;
}
</style>
border-color css
<style>
span { border-color: #D56FE1; }
span { border-color: rgb(213,111,225); }
td.TdClassName
{
border-color: #D56FE1;
}
.TagClassName
{
border-color: #D56FE1;
}
</style>