Shades of Orchid #D568DB
Tints of Orchid #D568DB
RGB
CMYK
RGB Variations
Color information
#D568DB (or 0xD568DB) is known color: Orchid. HEX triplet: D5, 68 and DB. RGB value is (213,104,219). Sum of RGB (Red+Green+Blue) = 213+104+219=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D568DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568DB is #2A9724. Grayscale: #959595. Windows color (decimal): -2791205 or 14379221. OLE color: 14379221.
HSL color Cylindrical-coordinate representation of color #D568DB: hue angle of 296.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D568DB is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 104 | 219 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.14 |
| HSL | 296.87º | 0.61% | 0.63% | - |
| HSV(B) | 296.87º | 0.53% | 0.86% | - |
| XYZ | 45.18 | 29.16 | 70.27 | - |
| YUV | 149.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 219 | 0.03 | 0.53 | 0 | 0.14 | 296.87 | 0.61 | 0.63 |
| Hex | D5 | 68 | DB | 3 | 35 | 0 | E | 129 | 3D | 3F |
| Octal | 325 | 150 | 333 | 3 | 65 | 0 | 16 | 451 | 75 | 77 |
| Binary | 11010101 | 1101000 | 11011011 | 11 | 110101 | 0 | 1110 | 100101001 | 111101 | 111111 |
Color Harmonies of #D568DB
Complementary color
Monochromatic Colors of #D568DB
Black with #D568DB
Text Example
Text Example
White with #D568DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D568DB; }
p { color: rgb(213,104,219); }
H1.HeaderClassName
{
color: #D568DB;
}
.AnyTagClassName
{
color: #D568DB;
}
</style>
background-color css
<style>
a { background-color: #D568DB; }
a { background-color: rgb(213,104,219); }
div.DivClassName
{
background-color: #D568DB;
}
.BgClassName
{
background-color: #D568DB;
}
</style>
border-color css
<style>
span { border-color: #D568DB; }
span { border-color: rgb(213,104,219); }
td.TdClassName
{
border-color: #D568DB;
}
.TagClassName
{
border-color: #D568DB;
}
</style>