Shades of Orchid #D569D4
Tints of Orchid #D569D4
RGB
CMYK
RGB Variations
Color information
#D569D4 (or 0xD569D4) is known color: Orchid. HEX triplet: D5, 69 and D4. RGB value is (213,105,212). Sum of RGB (Red+Green+Blue) = 213+105+212=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D569D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569D4 is #2A962B. Grayscale: #959595. Windows color (decimal): -2790956 or 13920725. OLE color: 13920725.
HSL color Cylindrical-coordinate representation of color #D569D4: hue angle of 300.56º 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 #D569D4 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 212 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.16 |
| HSL | 300.56º | 0.56% | 0.62% | - |
| HSV(B) | 300.56º | 0.51% | 0.84% | - |
| XYZ | 44.38 | 29 | 65.55 | - |
| YUV | 149.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 212 | 0 | 0.51 | 0.00 | 0.16 | 300.56 | 0.56 | 0.62 |
| Hex | D5 | 69 | D4 | 0 | 33 | 0 | 10 | 12D | 38 | 3E |
| Octal | 325 | 151 | 324 | 0 | 63 | 0 | 20 | 455 | 70 | 76 |
| Binary | 11010101 | 1101001 | 11010100 | 0 | 110011 | 0 | 10000 | 100101101 | 111000 | 111110 |
Color Harmonies of #D569D4
Complementary color
Monochromatic Colors of #D569D4
Black with #D569D4
Text Example
Text Example
White with #D569D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569D4; }
p { color: rgb(213,105,212); }
H1.HeaderClassName
{
color: #D569D4;
}
.AnyTagClassName
{
color: #D569D4;
}
</style>
background-color css
<style>
a { background-color: #D569D4; }
a { background-color: rgb(213,105,212); }
div.DivClassName
{
background-color: #D569D4;
}
.BgClassName
{
background-color: #D569D4;
}
</style>
border-color css
<style>
span { border-color: #D569D4; }
span { border-color: rgb(213,105,212); }
td.TdClassName
{
border-color: #D569D4;
}
.TagClassName
{
border-color: #D569D4;
}
</style>