Shades of Orchid #D685DB
Tints of Orchid #D685DB
RGB
CMYK
RGB Variations
Color information
#D685DB (or 0xD685DB) is known color: Orchid. HEX triplet: D6, 85 and DB. RGB value is (214,133,219). Sum of RGB (Red+Green+Blue) = 214+133+219=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D685DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685DB is #297A24. Grayscale: #A6A6A6. Windows color (decimal): -2718245 or 14386646. OLE color: 14386646.
HSL color Cylindrical-coordinate representation of color #D685DB: hue angle of 296.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D685DB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 133 | 219 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.14 |
| HSL | 296.51º | 0.54% | 0.69% | - |
| HSV(B) | 296.51º | 0.39% | 0.86% | - |
| XYZ | 48.91 | 36.19 | 71.42 | - |
| YUV | 167.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 219 | 0.02 | 0.39 | 0 | 0.14 | 296.51 | 0.54 | 0.69 |
| Hex | D6 | 85 | DB | 2 | 27 | 0 | E | 129 | 36 | 45 |
| Octal | 326 | 205 | 333 | 2 | 47 | 0 | 16 | 451 | 66 | 105 |
| Binary | 11010110 | 10000101 | 11011011 | 10 | 100111 | 0 | 1110 | 100101001 | 110110 | 1000101 |
Color Harmonies of #D685DB
Complementary color
Monochromatic Colors of #D685DB
Black with #D685DB
Text Example
Text Example
White with #D685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685DB; }
p { color: rgb(214,133,219); }
H1.HeaderClassName
{
color: #D685DB;
}
.AnyTagClassName
{
color: #D685DB;
}
</style>
background-color css
<style>
a { background-color: #D685DB; }
a { background-color: rgb(214,133,219); }
div.DivClassName
{
background-color: #D685DB;
}
.BgClassName
{
background-color: #D685DB;
}
</style>
border-color css
<style>
span { border-color: #D685DB; }
span { border-color: rgb(214,133,219); }
td.TdClassName
{
border-color: #D685DB;
}
.TagClassName
{
border-color: #D685DB;
}
</style>