Shades of Orchid #D775E8
Tints of Orchid #D775E8
RGB
CMYK
RGB Variations
Color information
#D775E8 (or 0xD775E8) is known color: Orchid. HEX triplet: D7, 75 and E8. RGB value is (215,117,232). Sum of RGB (Red+Green+Blue) = 215+117+232=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #D775E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D775E8 is #288A17. Grayscale: #9F9F9F. Windows color (decimal): -2656792 or 15234519. OLE color: 15234519.
HSL color Cylindrical-coordinate representation of color #D775E8: hue angle of 291.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D775E8 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 117 | 232 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.09 |
| HSL | 291.13º | 0.71% | 0.68% | - |
| HSV(B) | 291.13º | 0.5% | 0.91% | - |
| XYZ | 48.95 | 33 | 80.13 | - |
| YUV | 159.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 232 | 0.07 | 0.50 | 0 | 0.09 | 291.13 | 0.71 | 0.68 |
| Hex | D7 | 75 | E8 | 7 | 32 | 0 | 9 | 123 | 47 | 44 |
| Octal | 327 | 165 | 350 | 7 | 62 | 0 | 11 | 443 | 107 | 104 |
| Binary | 11010111 | 1110101 | 11101000 | 111 | 110010 | 0 | 1001 | 100100011 | 1000111 | 1000100 |
Color Harmonies of #D775E8
Complementary color
Monochromatic Colors of #D775E8
Black with #D775E8
Text Example
Text Example
White with #D775E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775E8; }
p { color: rgb(215,117,232); }
H1.HeaderClassName
{
color: #D775E8;
}
.AnyTagClassName
{
color: #D775E8;
}
</style>
background-color css
<style>
a { background-color: #D775E8; }
a { background-color: rgb(215,117,232); }
div.DivClassName
{
background-color: #D775E8;
}
.BgClassName
{
background-color: #D775E8;
}
</style>
border-color css
<style>
span { border-color: #D775E8; }
span { border-color: rgb(215,117,232); }
td.TdClassName
{
border-color: #D775E8;
}
.TagClassName
{
border-color: #D775E8;
}
</style>