Shades of Orchid #D567E4
Tints of Orchid #D567E4
RGB
CMYK
RGB Variations
Color information
#D567E4 (or 0xD567E4) is known color: Orchid. HEX triplet: D5, 67 and E4. RGB value is (213,103,228). Sum of RGB (Red+Green+Blue) = 213+103+228=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #D567E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567E4 is #2A981B. Grayscale: #959595. Windows color (decimal): -2791452 or 14968789. OLE color: 14968789.
HSL color Cylindrical-coordinate representation of color #D567E4: hue angle of 292.8º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D567E4 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 103 | 228 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.11 |
| HSL | 292.8º | 0.7% | 0.65% | - |
| HSV(B) | 292.8º | 0.55% | 0.89% | - |
| XYZ | 46.29 | 29.45 | 76.64 | - |
| YUV | 150.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 228 | 0.07 | 0.55 | 0 | 0.11 | 292.8 | 0.7 | 0.65 |
| Hex | D5 | 67 | E4 | 7 | 37 | 0 | B | 125 | 46 | 41 |
| Octal | 325 | 147 | 344 | 7 | 67 | 0 | 13 | 445 | 106 | 101 |
| Binary | 11010101 | 1100111 | 11100100 | 111 | 110111 | 0 | 1011 | 100100101 | 1000110 | 1000001 |
Color Harmonies of #D567E4
Complementary color
Monochromatic Colors of #D567E4
Black with #D567E4
Text Example
Text Example
White with #D567E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567E4; }
p { color: rgb(213,103,228); }
H1.HeaderClassName
{
color: #D567E4;
}
.AnyTagClassName
{
color: #D567E4;
}
</style>
background-color css
<style>
a { background-color: #D567E4; }
a { background-color: rgb(213,103,228); }
div.DivClassName
{
background-color: #D567E4;
}
.BgClassName
{
background-color: #D567E4;
}
</style>
border-color css
<style>
span { border-color: #D567E4; }
span { border-color: rgb(213,103,228); }
td.TdClassName
{
border-color: #D567E4;
}
.TagClassName
{
border-color: #D567E4;
}
</style>