Shades of Orchid #D068DB
Tints of Orchid #D068DB
RGB
CMYK
RGB Variations
Color information
#D068DB (or 0xD068DB) is known color: Orchid. HEX triplet: D0, 68 and DB. RGB value is (208,104,219). Sum of RGB (Red+Green+Blue) = 208+104+219=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D068DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068DB is #2F9724. Grayscale: #939393. Windows color (decimal): -3118885 or 14379216. OLE color: 14379216.
HSL color Cylindrical-coordinate representation of color #D068DB: hue angle of 294.26º 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 #D068DB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 104 | 219 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.14 |
| HSL | 294.26º | 0.61% | 0.63% | - |
| HSV(B) | 294.26º | 0.53% | 0.86% | - |
| XYZ | 43.75 | 28.43 | 70.2 | - |
| YUV | 148.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 219 | 0.05 | 0.53 | 0 | 0.14 | 294.26 | 0.61 | 0.63 |
| Hex | D0 | 68 | DB | 5 | 35 | 0 | E | 126 | 3D | 3F |
| Octal | 320 | 150 | 333 | 5 | 65 | 0 | 16 | 446 | 75 | 77 |
| Binary | 11010000 | 1101000 | 11011011 | 101 | 110101 | 0 | 1110 | 100100110 | 111101 | 111111 |
Color Harmonies of #D068DB
Complementary color
Monochromatic Colors of #D068DB
Black with #D068DB
Text Example
Text Example
White with #D068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068DB; }
p { color: rgb(208,104,219); }
H1.HeaderClassName
{
color: #D068DB;
}
.AnyTagClassName
{
color: #D068DB;
}
</style>
background-color css
<style>
a { background-color: #D068DB; }
a { background-color: rgb(208,104,219); }
div.DivClassName
{
background-color: #D068DB;
}
.BgClassName
{
background-color: #D068DB;
}
</style>
border-color css
<style>
span { border-color: #D068DB; }
span { border-color: rgb(208,104,219); }
td.TdClassName
{
border-color: #D068DB;
}
.TagClassName
{
border-color: #D068DB;
}
</style>