Shades of Orchid #D775DB
Tints of Orchid #D775DB
RGB
CMYK
RGB Variations
Color information
#D775DB (or 0xD775DB) is known color: Orchid. HEX triplet: D7, 75 and DB. RGB value is (215,117,219). Sum of RGB (Red+Green+Blue) = 215+117+219=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D775DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775DB is #288A24. Grayscale: #9D9D9D. Windows color (decimal): -2656805 or 14382551. OLE color: 14382551.
HSL color Cylindrical-coordinate representation of color #D775DB: hue angle of 297.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D775DB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 117 | 219 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.14 |
| HSL | 297.65º | 0.59% | 0.66% | - |
| HSV(B) | 297.65º | 0.47% | 0.86% | - |
| XYZ | 47.17 | 32.28 | 70.76 | - |
| YUV | 157.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 219 | 0.02 | 0.47 | 0 | 0.14 | 297.65 | 0.59 | 0.66 |
| Hex | D7 | 75 | DB | 2 | 2F | 0 | E | 12A | 3B | 42 |
| Octal | 327 | 165 | 333 | 2 | 57 | 0 | 16 | 452 | 73 | 102 |
| Binary | 11010111 | 1110101 | 11011011 | 10 | 101111 | 0 | 1110 | 100101010 | 111011 | 1000010 |
Color Harmonies of #D775DB
Complementary color
Monochromatic Colors of #D775DB
Black with #D775DB
Text Example
Text Example
White with #D775DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775DB; }
p { color: rgb(215,117,219); }
H1.HeaderClassName
{
color: #D775DB;
}
.AnyTagClassName
{
color: #D775DB;
}
</style>
background-color css
<style>
a { background-color: #D775DB; }
a { background-color: rgb(215,117,219); }
div.DivClassName
{
background-color: #D775DB;
}
.BgClassName
{
background-color: #D775DB;
}
</style>
border-color css
<style>
span { border-color: #D775DB; }
span { border-color: rgb(215,117,219); }
td.TdClassName
{
border-color: #D775DB;
}
.TagClassName
{
border-color: #D775DB;
}
</style>