Shades of Orchid #D065DB
Tints of Orchid #D065DB
RGB
CMYK
RGB Variations
Color information
#D065DB (or 0xD065DB) is known color: Orchid. HEX triplet: D0, 65 and DB. RGB value is (208,101,219). Sum of RGB (Red+Green+Blue) = 208+101+219=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D065DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065DB is #2F9A24. Grayscale: #929292. Windows color (decimal): -3119653 or 14378448. OLE color: 14378448.
HSL color Cylindrical-coordinate representation of color #D065DB: hue angle of 294.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D065DB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 101 | 219 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.14 |
| HSL | 294.41º | 0.62% | 0.63% | - |
| HSV(B) | 294.41º | 0.54% | 0.86% | - |
| XYZ | 43.45 | 27.83 | 70.1 | - |
| YUV | 146.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 219 | 0.05 | 0.54 | 0 | 0.14 | 294.41 | 0.62 | 0.63 |
| Hex | D0 | 65 | DB | 5 | 36 | 0 | E | 126 | 3E | 3F |
| Octal | 320 | 145 | 333 | 5 | 66 | 0 | 16 | 446 | 76 | 77 |
| Binary | 11010000 | 1100101 | 11011011 | 101 | 110110 | 0 | 1110 | 100100110 | 111110 | 111111 |
Color Harmonies of #D065DB
Complementary color
Monochromatic Colors of #D065DB
Black with #D065DB
Text Example
Text Example
White with #D065DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065DB; }
p { color: rgb(208,101,219); }
H1.HeaderClassName
{
color: #D065DB;
}
.AnyTagClassName
{
color: #D065DB;
}
</style>
background-color css
<style>
a { background-color: #D065DB; }
a { background-color: rgb(208,101,219); }
div.DivClassName
{
background-color: #D065DB;
}
.BgClassName
{
background-color: #D065DB;
}
</style>
border-color css
<style>
span { border-color: #D065DB; }
span { border-color: rgb(208,101,219); }
td.TdClassName
{
border-color: #D065DB;
}
.TagClassName
{
border-color: #D065DB;
}
</style>