Shades of Orchid #D569B8
Tints of Orchid #D569B8
RGB
CMYK
RGB Variations
Color information
#D569B8 (or 0xD569B8) is known color: Orchid. HEX triplet: D5, 69 and B8. RGB value is (213,105,184). Sum of RGB (Red+Green+Blue) = 213+105+184=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D569B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569B8 is #2A9647. Grayscale: #929292. Windows color (decimal): -2790984 or 12085717. OLE color: 12085717.
HSL color Cylindrical-coordinate representation of color #D569B8: hue angle of 316.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D569B8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 184 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.16 |
| HSL | 316.11º | 0.56% | 0.62% | - |
| HSV(B) | 316.11º | 0.51% | 0.84% | - |
| XYZ | 41.14 | 27.71 | 48.53 | - |
| YUV | 146.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 184 | 0 | 0.51 | 0.14 | 0.16 | 316.11 | 0.56 | 0.62 |
| Hex | D5 | 69 | B8 | 0 | 33 | E | 10 | 13C | 38 | 3E |
| Octal | 325 | 151 | 270 | 0 | 63 | 16 | 20 | 474 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10111000 | 0 | 110011 | 1110 | 10000 | 100111100 | 111000 | 111110 |
Color Harmonies of #D569B8
Complementary color
Monochromatic Colors of #D569B8
Black with #D569B8
Text Example
Text Example
White with #D569B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569B8; }
p { color: rgb(213,105,184); }
H1.HeaderClassName
{
color: #D569B8;
}
.AnyTagClassName
{
color: #D569B8;
}
</style>
background-color css
<style>
a { background-color: #D569B8; }
a { background-color: rgb(213,105,184); }
div.DivClassName
{
background-color: #D569B8;
}
.BgClassName
{
background-color: #D569B8;
}
</style>
border-color css
<style>
span { border-color: #D569B8; }
span { border-color: rgb(213,105,184); }
td.TdClassName
{
border-color: #D569B8;
}
.TagClassName
{
border-color: #D569B8;
}
</style>