Shades of Orchid #D773D1
Tints of Orchid #D773D1
RGB
CMYK
RGB Variations
Color information
#D773D1 (or 0xD773D1) is known color: Orchid. HEX triplet: D7, 73 and D1. RGB value is (215,115,209). Sum of RGB (Red+Green+Blue) = 215+115+209=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D773D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773D1 is #288C2E. Grayscale: #9B9B9B. Windows color (decimal): -2657327 or 13726679. OLE color: 13726679.
HSL color Cylindrical-coordinate representation of color #D773D1: hue angle of 303.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773D1 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 209 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.16 |
| HSL | 303.6º | 0.56% | 0.65% | - |
| HSV(B) | 303.6º | 0.47% | 0.84% | - |
| XYZ | 45.66 | 31.31 | 63.96 | - |
| YUV | 155.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 209 | 0 | 0.47 | 0.03 | 0.16 | 303.6 | 0.56 | 0.65 |
| Hex | D7 | 73 | D1 | 0 | 2F | 3 | 10 | 130 | 38 | 41 |
| Octal | 327 | 163 | 321 | 0 | 57 | 3 | 20 | 460 | 70 | 101 |
| Binary | 11010111 | 1110011 | 11010001 | 0 | 101111 | 11 | 10000 | 100110000 | 111000 | 1000001 |
Color Harmonies of #D773D1
Complementary color
Monochromatic Colors of #D773D1
Black with #D773D1
Text Example
Text Example
White with #D773D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773D1; }
p { color: rgb(215,115,209); }
H1.HeaderClassName
{
color: #D773D1;
}
.AnyTagClassName
{
color: #D773D1;
}
</style>
background-color css
<style>
a { background-color: #D773D1; }
a { background-color: rgb(215,115,209); }
div.DivClassName
{
background-color: #D773D1;
}
.BgClassName
{
background-color: #D773D1;
}
</style>
border-color css
<style>
span { border-color: #D773D1; }
span { border-color: rgb(215,115,209); }
td.TdClassName
{
border-color: #D773D1;
}
.TagClassName
{
border-color: #D773D1;
}
</style>