Shades of Orchid #D775D2
Tints of Orchid #D775D2
RGB
CMYK
RGB Variations
Color information
#D775D2 (or 0xD775D2) is known color: Orchid. HEX triplet: D7, 75 and D2. RGB value is (215,117,210). Sum of RGB (Red+Green+Blue) = 215+117+210=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D775D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D2 is #288A2D. Grayscale: #9C9C9C. Windows color (decimal): -2656814 or 13792727. OLE color: 13792727.
HSL color Cylindrical-coordinate representation of color #D775D2: hue angle of 303.06º 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 #D775D2 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 210 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.16 |
| HSL | 303.06º | 0.55% | 0.65% | - |
| HSV(B) | 303.06º | 0.46% | 0.84% | - |
| XYZ | 46.02 | 31.82 | 64.69 | - |
| YUV | 156.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 210 | 0 | 0.46 | 0.02 | 0.16 | 303.06 | 0.55 | 0.65 |
| Hex | D7 | 75 | D2 | 0 | 2E | 2 | 10 | 12F | 37 | 41 |
| Octal | 327 | 165 | 322 | 0 | 56 | 2 | 20 | 457 | 67 | 101 |
| Binary | 11010111 | 1110101 | 11010010 | 0 | 101110 | 10 | 10000 | 100101111 | 110111 | 1000001 |
Color Harmonies of #D775D2
Complementary color
Monochromatic Colors of #D775D2
Black with #D775D2
Text Example
Text Example
White with #D775D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775D2; }
p { color: rgb(215,117,210); }
H1.HeaderClassName
{
color: #D775D2;
}
.AnyTagClassName
{
color: #D775D2;
}
</style>
background-color css
<style>
a { background-color: #D775D2; }
a { background-color: rgb(215,117,210); }
div.DivClassName
{
background-color: #D775D2;
}
.BgClassName
{
background-color: #D775D2;
}
</style>
border-color css
<style>
span { border-color: #D775D2; }
span { border-color: rgb(215,117,210); }
td.TdClassName
{
border-color: #D775D2;
}
.TagClassName
{
border-color: #D775D2;
}
</style>