Shades of Orchid #D773C5
Tints of Orchid #D773C5
RGB
CMYK
RGB Variations
Color information
#D773C5 (or 0xD773C5) is known color: Orchid. HEX triplet: D7, 73 and C5. RGB value is (215,115,197). Sum of RGB (Red+Green+Blue) = 215+115+197=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D773C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773C5 is #288C3A. Grayscale: #9A9A9A. Windows color (decimal): -2657339 or 12940247. OLE color: 12940247.
HSL color Cylindrical-coordinate representation of color #D773C5: hue angle of 310.8º 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 #D773C5 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 197 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.16 |
| HSL | 310.8º | 0.56% | 0.65% | - |
| HSV(B) | 310.8º | 0.47% | 0.84% | - |
| XYZ | 44.23 | 30.74 | 56.43 | - |
| YUV | 154.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 197 | 0 | 0.47 | 0.08 | 0.16 | 310.8 | 0.56 | 0.65 |
| Hex | D7 | 73 | C5 | 0 | 2F | 8 | 10 | 137 | 38 | 41 |
| Octal | 327 | 163 | 305 | 0 | 57 | 10 | 20 | 467 | 70 | 101 |
| Binary | 11010111 | 1110011 | 11000101 | 0 | 101111 | 1000 | 10000 | 100110111 | 111000 | 1000001 |
Color Harmonies of #D773C5
Complementary color
Monochromatic Colors of #D773C5
Black with #D773C5
Text Example
Text Example
White with #D773C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773C5; }
p { color: rgb(215,115,197); }
H1.HeaderClassName
{
color: #D773C5;
}
.AnyTagClassName
{
color: #D773C5;
}
</style>
background-color css
<style>
a { background-color: #D773C5; }
a { background-color: rgb(215,115,197); }
div.DivClassName
{
background-color: #D773C5;
}
.BgClassName
{
background-color: #D773C5;
}
</style>
border-color css
<style>
span { border-color: #D773C5; }
span { border-color: rgb(215,115,197); }
td.TdClassName
{
border-color: #D773C5;
}
.TagClassName
{
border-color: #D773C5;
}
</style>