Shades of Orchid #D775E5
Tints of Orchid #D775E5
RGB
CMYK
RGB Variations
Color information
#D775E5 (or 0xD775E5) is known color: Orchid. HEX triplet: D7, 75 and E5. RGB value is (215,117,229). Sum of RGB (Red+Green+Blue) = 215+117+229=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #D775E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775E5 is #288A1A. Grayscale: #9E9E9E. Windows color (decimal): -2656795 or 15037911. OLE color: 15037911.
HSL color Cylindrical-coordinate representation of color #D775E5: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D775E5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 117 | 229 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.10 |
| HSL | 292.5º | 0.68% | 0.68% | - |
| HSV(B) | 292.5º | 0.49% | 0.9% | - |
| XYZ | 48.53 | 32.83 | 77.91 | - |
| YUV | 159.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 229 | 0.06 | 0.49 | 0 | 0.10 | 292.5 | 0.68 | 0.68 |
| Hex | D7 | 75 | E5 | 6 | 31 | 0 | A | 124 | 44 | 44 |
| Octal | 327 | 165 | 345 | 6 | 61 | 0 | 12 | 444 | 104 | 104 |
| Binary | 11010111 | 1110101 | 11100101 | 110 | 110001 | 0 | 1010 | 100100100 | 1000100 | 1000100 |
Color Harmonies of #D775E5
Complementary color
Monochromatic Colors of #D775E5
Black with #D775E5
Text Example
Text Example
White with #D775E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775E5; }
p { color: rgb(215,117,229); }
H1.HeaderClassName
{
color: #D775E5;
}
.AnyTagClassName
{
color: #D775E5;
}
</style>
background-color css
<style>
a { background-color: #D775E5; }
a { background-color: rgb(215,117,229); }
div.DivClassName
{
background-color: #D775E5;
}
.BgClassName
{
background-color: #D775E5;
}
</style>
border-color css
<style>
span { border-color: #D775E5; }
span { border-color: rgb(215,117,229); }
td.TdClassName
{
border-color: #D775E5;
}
.TagClassName
{
border-color: #D775E5;
}
</style>