Shades of Orchid #D567D9
Tints of Orchid #D567D9
RGB
CMYK
RGB Variations
Color information
#D567D9 (or 0xD567D9) is known color: Orchid. HEX triplet: D5, 67 and D9. RGB value is (213,103,217). Sum of RGB (Red+Green+Blue) = 213+103+217=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #D567D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567D9 is #2A9826. Grayscale: #949494. Windows color (decimal): -2791463 or 14247893. OLE color: 14247893.
HSL color Cylindrical-coordinate representation of color #D567D9: hue angle of 297.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D567D9 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 103 | 217 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.15 |
| HSL | 297.89º | 0.6% | 0.63% | - |
| HSV(B) | 297.89º | 0.53% | 0.85% | - |
| XYZ | 44.82 | 28.86 | 68.85 | - |
| YUV | 148.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 217 | 0.02 | 0.53 | 0 | 0.15 | 297.89 | 0.6 | 0.63 |
| Hex | D5 | 67 | D9 | 2 | 35 | 0 | F | 12A | 3C | 3F |
| Octal | 325 | 147 | 331 | 2 | 65 | 0 | 17 | 452 | 74 | 77 |
| Binary | 11010101 | 1100111 | 11011001 | 10 | 110101 | 0 | 1111 | 100101010 | 111100 | 111111 |
Color Harmonies of #D567D9
Complementary color
Monochromatic Colors of #D567D9
Black with #D567D9
Text Example
Text Example
White with #D567D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567D9; }
p { color: rgb(213,103,217); }
H1.HeaderClassName
{
color: #D567D9;
}
.AnyTagClassName
{
color: #D567D9;
}
</style>
background-color css
<style>
a { background-color: #D567D9; }
a { background-color: rgb(213,103,217); }
div.DivClassName
{
background-color: #D567D9;
}
.BgClassName
{
background-color: #D567D9;
}
</style>
border-color css
<style>
span { border-color: #D567D9; }
span { border-color: rgb(213,103,217); }
td.TdClassName
{
border-color: #D567D9;
}
.TagClassName
{
border-color: #D567D9;
}
</style>