Shades of Orchid #D564E2
Tints of Orchid #D564E2
RGB
CMYK
RGB Variations
Color information
#D564E2 (or 0xD564E2) is known color: Orchid. HEX triplet: D5, 64 and E2. RGB value is (213,100,226). Sum of RGB (Red+Green+Blue) = 213+100+226=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #D564E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564E2 is #2A9B1D. Grayscale: #939393. Windows color (decimal): -2792222 or 14836949. OLE color: 14836949.
HSL color Cylindrical-coordinate representation of color #D564E2: hue angle of 293.81º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D564E2 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 100 | 226 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.11 |
| HSL | 293.81º | 0.68% | 0.64% | - |
| HSV(B) | 293.81º | 0.56% | 0.89% | - |
| XYZ | 45.73 | 28.75 | 75.09 | - |
| YUV | 148.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 226 | 0.06 | 0.56 | 0 | 0.11 | 293.81 | 0.68 | 0.64 |
| Hex | D5 | 64 | E2 | 6 | 38 | 0 | B | 126 | 44 | 40 |
| Octal | 325 | 144 | 342 | 6 | 70 | 0 | 13 | 446 | 104 | 100 |
| Binary | 11010101 | 1100100 | 11100010 | 110 | 111000 | 0 | 1011 | 100100110 | 1000100 | 1000000 |
Color Harmonies of #D564E2
Complementary color
Monochromatic Colors of #D564E2
Black with #D564E2
Text Example
Text Example
White with #D564E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564E2; }
p { color: rgb(213,100,226); }
H1.HeaderClassName
{
color: #D564E2;
}
.AnyTagClassName
{
color: #D564E2;
}
</style>
background-color css
<style>
a { background-color: #D564E2; }
a { background-color: rgb(213,100,226); }
div.DivClassName
{
background-color: #D564E2;
}
.BgClassName
{
background-color: #D564E2;
}
</style>
border-color css
<style>
span { border-color: #D564E2; }
span { border-color: rgb(213,100,226); }
td.TdClassName
{
border-color: #D564E2;
}
.TagClassName
{
border-color: #D564E2;
}
</style>