Shades of Orchid #D773CE
Tints of Orchid #D773CE
RGB
CMYK
RGB Variations
Color information
#D773CE (or 0xD773CE) is known color: Orchid. HEX triplet: D7, 73 and CE. RGB value is (215,115,206). Sum of RGB (Red+Green+Blue) = 215+115+206=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D773CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773CE is #288C31. Grayscale: #9B9B9B. Windows color (decimal): -2657330 or 13530071. OLE color: 13530071.
HSL color Cylindrical-coordinate representation of color #D773CE: hue angle of 305.4º 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 #D773CE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 206 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.16 |
| HSL | 305.4º | 0.56% | 0.65% | - |
| HSV(B) | 305.4º | 0.47% | 0.84% | - |
| XYZ | 45.3 | 31.16 | 62.02 | - |
| YUV | 155.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 206 | 0 | 0.47 | 0.04 | 0.16 | 305.4 | 0.56 | 0.65 |
| Hex | D7 | 73 | CE | 0 | 2F | 4 | 10 | 131 | 38 | 41 |
| Octal | 327 | 163 | 316 | 0 | 57 | 4 | 20 | 461 | 70 | 101 |
| Binary | 11010111 | 1110011 | 11001110 | 0 | 101111 | 100 | 10000 | 100110001 | 111000 | 1000001 |
Color Harmonies of #D773CE
Complementary color
Monochromatic Colors of #D773CE
Black with #D773CE
Text Example
Text Example
White with #D773CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773CE; }
p { color: rgb(215,115,206); }
H1.HeaderClassName
{
color: #D773CE;
}
.AnyTagClassName
{
color: #D773CE;
}
</style>
background-color css
<style>
a { background-color: #D773CE; }
a { background-color: rgb(215,115,206); }
div.DivClassName
{
background-color: #D773CE;
}
.BgClassName
{
background-color: #D773CE;
}
</style>
border-color css
<style>
span { border-color: #D773CE; }
span { border-color: rgb(215,115,206); }
td.TdClassName
{
border-color: #D773CE;
}
.TagClassName
{
border-color: #D773CE;
}
</style>