Shades of Orchid #D775D1
Tints of Orchid #D775D1
RGB
CMYK
RGB Variations
Color information
#D775D1 (or 0xD775D1) is known color: Orchid. HEX triplet: D7, 75 and D1. RGB value is (215,117,209). Sum of RGB (Red+Green+Blue) = 215+117+209=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D775D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D1 is #288A2E. Grayscale: #9C9C9C. Windows color (decimal): -2656815 or 13727191. OLE color: 13727191.
HSL color Cylindrical-coordinate representation of color #D775D1: hue angle of 303.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775D1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 209 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.16 |
| HSL | 303.67º | 0.55% | 0.65% | - |
| HSV(B) | 303.67º | 0.46% | 0.84% | - |
| XYZ | 45.89 | 31.77 | 64.04 | - |
| YUV | 156.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 209 | 0 | 0.46 | 0.03 | 0.16 | 303.67 | 0.55 | 0.65 |
| Hex | D7 | 75 | D1 | 0 | 2E | 3 | 10 | 130 | 37 | 41 |
| Octal | 327 | 165 | 321 | 0 | 56 | 3 | 20 | 460 | 67 | 101 |
| Binary | 11010111 | 1110101 | 11010001 | 0 | 101110 | 11 | 10000 | 100110000 | 110111 | 1000001 |
Color Harmonies of #D775D1
Complementary color
Monochromatic Colors of #D775D1
Black with #D775D1
Text Example
Text Example
White with #D775D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775D1; }
p { color: rgb(215,117,209); }
H1.HeaderClassName
{
color: #D775D1;
}
.AnyTagClassName
{
color: #D775D1;
}
</style>
background-color css
<style>
a { background-color: #D775D1; }
a { background-color: rgb(215,117,209); }
div.DivClassName
{
background-color: #D775D1;
}
.BgClassName
{
background-color: #D775D1;
}
</style>
border-color css
<style>
span { border-color: #D775D1; }
span { border-color: rgb(215,117,209); }
td.TdClassName
{
border-color: #D775D1;
}
.TagClassName
{
border-color: #D775D1;
}
</style>