Shades of Orchid #D566BD
Tints of Orchid #D566BD
RGB
CMYK
RGB Variations
Color information
#D566BD (or 0xD566BD) is known color: Orchid. HEX triplet: D5, 66 and BD. RGB value is (213,102,189). Sum of RGB (Red+Green+Blue) = 213+102+189=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D566BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566BD is #2A9942. Grayscale: #909090. Windows color (decimal): -2791747 or 12412629. OLE color: 12412629.
HSL color Cylindrical-coordinate representation of color #D566BD: hue angle of 312.97º 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 #D566BD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 189 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.16 |
| HSL | 312.97º | 0.57% | 0.62% | - |
| HSV(B) | 312.97º | 0.52% | 0.84% | - |
| XYZ | 41.38 | 27.32 | 51.24 | - |
| YUV | 145.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 189 | 0 | 0.52 | 0.11 | 0.16 | 312.97 | 0.57 | 0.62 |
| Hex | D5 | 66 | BD | 0 | 34 | B | 10 | 139 | 39 | 3E |
| Octal | 325 | 146 | 275 | 0 | 64 | 13 | 20 | 471 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10111101 | 0 | 110100 | 1011 | 10000 | 100111001 | 111001 | 111110 |
Color Harmonies of #D566BD
Complementary color
Monochromatic Colors of #D566BD
Black with #D566BD
Text Example
Text Example
White with #D566BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566BD; }
p { color: rgb(213,102,189); }
H1.HeaderClassName
{
color: #D566BD;
}
.AnyTagClassName
{
color: #D566BD;
}
</style>
background-color css
<style>
a { background-color: #D566BD; }
a { background-color: rgb(213,102,189); }
div.DivClassName
{
background-color: #D566BD;
}
.BgClassName
{
background-color: #D566BD;
}
</style>
border-color css
<style>
span { border-color: #D566BD; }
span { border-color: rgb(213,102,189); }
td.TdClassName
{
border-color: #D566BD;
}
.TagClassName
{
border-color: #D566BD;
}
</style>