Shades of Orchid #D769E9
Tints of Orchid #D769E9
RGB
CMYK
RGB Variations
Color information
#D769E9 (or 0xD769E9) is known color: Orchid. HEX triplet: D7, 69 and E9. RGB value is (215,105,233). Sum of RGB (Red+Green+Blue) = 215+105+233=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #D769E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D769E9 is #289616. Grayscale: #989898. Windows color (decimal): -2659863 or 15296983. OLE color: 15296983.
HSL color Cylindrical-coordinate representation of color #D769E9: hue angle of 291.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D769E9 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 105 | 233 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.09 |
| HSL | 291.56º | 0.74% | 0.66% | - |
| HSV(B) | 291.56º | 0.55% | 0.91% | - |
| XYZ | 47.78 | 30.43 | 80.45 | - |
| YUV | 152.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 233 | 0.08 | 0.55 | 0 | 0.09 | 291.56 | 0.74 | 0.66 |
| Hex | D7 | 69 | E9 | 8 | 37 | 0 | 9 | 124 | 4A | 42 |
| Octal | 327 | 151 | 351 | 10 | 67 | 0 | 11 | 444 | 112 | 102 |
| Binary | 11010111 | 1101001 | 11101001 | 1000 | 110111 | 0 | 1001 | 100100100 | 1001010 | 1000010 |
Color Harmonies of #D769E9
Complementary color
Monochromatic Colors of #D769E9
Black with #D769E9
Text Example
Text Example
White with #D769E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769E9; }
p { color: rgb(215,105,233); }
H1.HeaderClassName
{
color: #D769E9;
}
.AnyTagClassName
{
color: #D769E9;
}
</style>
background-color css
<style>
a { background-color: #D769E9; }
a { background-color: rgb(215,105,233); }
div.DivClassName
{
background-color: #D769E9;
}
.BgClassName
{
background-color: #D769E9;
}
</style>
border-color css
<style>
span { border-color: #D769E9; }
span { border-color: rgb(215,105,233); }
td.TdClassName
{
border-color: #D769E9;
}
.TagClassName
{
border-color: #D769E9;
}
</style>