Shades of Orchid #D567D4
Tints of Orchid #D567D4
RGB
CMYK
RGB Variations
Color information
#D567D4 (or 0xD567D4) is known color: Orchid. HEX triplet: D5, 67 and D4. RGB value is (213,103,212). Sum of RGB (Red+Green+Blue) = 213+103+212=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D567D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567D4 is #2A982B. Grayscale: #939393. Windows color (decimal): -2791468 or 13920213. OLE color: 13920213.
HSL color Cylindrical-coordinate representation of color #D567D4: hue angle of 300.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D567D4 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 212 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.16 |
| HSL | 300.55º | 0.57% | 0.62% | - |
| HSV(B) | 300.55º | 0.52% | 0.84% | - |
| XYZ | 44.17 | 28.6 | 65.48 | - |
| YUV | 148.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 212 | 0 | 0.52 | 0.00 | 0.16 | 300.55 | 0.57 | 0.62 |
| Hex | D5 | 67 | D4 | 0 | 34 | 0 | 10 | 12D | 39 | 3E |
| Octal | 325 | 147 | 324 | 0 | 64 | 0 | 20 | 455 | 71 | 76 |
| Binary | 11010101 | 1100111 | 11010100 | 0 | 110100 | 0 | 10000 | 100101101 | 111001 | 111110 |
Color Harmonies of #D567D4
Complementary color
Monochromatic Colors of #D567D4
Black with #D567D4
Text Example
Text Example
White with #D567D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567D4; }
p { color: rgb(213,103,212); }
H1.HeaderClassName
{
color: #D567D4;
}
.AnyTagClassName
{
color: #D567D4;
}
</style>
background-color css
<style>
a { background-color: #D567D4; }
a { background-color: rgb(213,103,212); }
div.DivClassName
{
background-color: #D567D4;
}
.BgClassName
{
background-color: #D567D4;
}
</style>
border-color css
<style>
span { border-color: #D567D4; }
span { border-color: rgb(213,103,212); }
td.TdClassName
{
border-color: #D567D4;
}
.TagClassName
{
border-color: #D567D4;
}
</style>