Shades of Orchid #D773DF
Tints of Orchid #D773DF
RGB
CMYK
RGB Variations
Color information
#D773DF (or 0xD773DF) is known color: Orchid. HEX triplet: D7, 73 and DF. RGB value is (215,115,223). Sum of RGB (Red+Green+Blue) = 215+115+223=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D773DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773DF is #288C20. Grayscale: #9C9C9C. Windows color (decimal): -2657313 or 14644183. OLE color: 14644183.
HSL color Cylindrical-coordinate representation of color #D773DF: hue angle of 295.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D773DF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 115 | 223 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.13 |
| HSL | 295.56º | 0.63% | 0.66% | - |
| HSV(B) | 295.56º | 0.48% | 0.87% | - |
| XYZ | 47.47 | 32.04 | 73.49 | - |
| YUV | 157.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 223 | 0.04 | 0.48 | 0 | 0.13 | 295.56 | 0.63 | 0.66 |
| Hex | D7 | 73 | DF | 4 | 30 | 0 | D | 128 | 3F | 42 |
| Octal | 327 | 163 | 337 | 4 | 60 | 0 | 15 | 450 | 77 | 102 |
| Binary | 11010111 | 1110011 | 11011111 | 100 | 110000 | 0 | 1101 | 100101000 | 111111 | 1000010 |
Color Harmonies of #D773DF
Complementary color
Monochromatic Colors of #D773DF
Black with #D773DF
Text Example
Text Example
White with #D773DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773DF; }
p { color: rgb(215,115,223); }
H1.HeaderClassName
{
color: #D773DF;
}
.AnyTagClassName
{
color: #D773DF;
}
</style>
background-color css
<style>
a { background-color: #D773DF; }
a { background-color: rgb(215,115,223); }
div.DivClassName
{
background-color: #D773DF;
}
.BgClassName
{
background-color: #D773DF;
}
</style>
border-color css
<style>
span { border-color: #D773DF; }
span { border-color: rgb(215,115,223); }
td.TdClassName
{
border-color: #D773DF;
}
.TagClassName
{
border-color: #D773DF;
}
</style>