Shades of Orchid #D773DB
Tints of Orchid #D773DB
RGB
CMYK
RGB Variations
Color information
#D773DB (or 0xD773DB) is known color: Orchid. HEX triplet: D7, 73 and DB. RGB value is (215,115,219). Sum of RGB (Red+Green+Blue) = 215+115+219=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D773DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773DB is #288C24. Grayscale: #9C9C9C. Windows color (decimal): -2657317 or 14382039. OLE color: 14382039.
HSL color Cylindrical-coordinate representation of color #D773DB: hue angle of 297.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773DB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 115 | 219 | - |
CMYK | 0.02 | 0.47 | 0 | 0.14 |
HSL | 297.69º | 0.59% | 0.65% | - |
HSV(B) | 297.69º | 0.47% | 0.86% | - |
XYZ | 46.94 | 31.82 | 70.69 | - |
YUV | 156.76 | 163.13 | 169.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 115 | 219 | 0.02 | 0.47 | 0 | 0.14 | 297.69 | 0.59 | 0.65 |
Hex | D7 | 73 | DB | 2 | 2F | 0 | E | 12A | 3B | 41 |
Octal | 327 | 163 | 333 | 2 | 57 | 0 | 16 | 452 | 73 | 101 |
Binary | 11010111 | 1110011 | 11011011 | 10 | 101111 | 0 | 1110 | 100101010 | 111011 | 1000001 |
Color Harmonies of #D773DB
Complementary color
Monochromatic Colors of #D773DB
Black with #D773DB
Text Example
Text Example
White with #D773DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773DB; }
p { color: rgb(215,115,219); }
H1.HeaderClassName
{
color: #D773DB;
}
.AnyTagClassName
{
color: #D773DB;
}
</style>
background-color css
<style>
a { background-color: #D773DB; }
a { background-color: rgb(215,115,219); }
div.DivClassName
{
background-color: #D773DB;
}
.BgClassName
{
background-color: #D773DB;
}
</style>
border-color css
<style>
span { border-color: #D773DB; }
span { border-color: rgb(215,115,219); }
td.TdClassName
{
border-color: #D773DB;
}
.TagClassName
{
border-color: #D773DB;
}
</style>