Shades of Orchid #D773D0
Tints of Orchid #D773D0
RGB
CMYK
RGB Variations
Color information
#D773D0 (or 0xD773D0) is known color: Orchid. HEX triplet: D7, 73 and D0. RGB value is (215,115,208). Sum of RGB (Red+Green+Blue) = 215+115+208=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D773D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773D0 is #288C2F. Grayscale: #9B9B9B. Windows color (decimal): -2657328 or 13661143. OLE color: 13661143.
HSL color Cylindrical-coordinate representation of color #D773D0: hue angle of 304.2º 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 #D773D0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 208 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.16 |
| HSL | 304.2º | 0.56% | 0.65% | - |
| HSV(B) | 304.2º | 0.47% | 0.84% | - |
| XYZ | 45.54 | 31.26 | 63.31 | - |
| YUV | 155.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 208 | 0 | 0.47 | 0.03 | 0.16 | 304.2 | 0.56 | 0.65 |
| Hex | D7 | 73 | D0 | 0 | 2F | 3 | 10 | 130 | 38 | 41 |
| Octal | 327 | 163 | 320 | 0 | 57 | 3 | 20 | 460 | 70 | 101 |
| Binary | 11010111 | 1110011 | 11010000 | 0 | 101111 | 11 | 10000 | 100110000 | 111000 | 1000001 |
Color Harmonies of #D773D0
Complementary color
Monochromatic Colors of #D773D0
Black with #D773D0
Text Example
Text Example
White with #D773D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773D0; }
p { color: rgb(215,115,208); }
H1.HeaderClassName
{
color: #D773D0;
}
.AnyTagClassName
{
color: #D773D0;
}
</style>
background-color css
<style>
a { background-color: #D773D0; }
a { background-color: rgb(215,115,208); }
div.DivClassName
{
background-color: #D773D0;
}
.BgClassName
{
background-color: #D773D0;
}
</style>
border-color css
<style>
span { border-color: #D773D0; }
span { border-color: rgb(215,115,208); }
td.TdClassName
{
border-color: #D773D0;
}
.TagClassName
{
border-color: #D773D0;
}
</style>