Shades of Orchid #D76CE9
Tints of Orchid #D76CE9
RGB
CMYK
RGB Variations
Color information
#D76CE9 (or 0xD76CE9) is known color: Orchid. HEX triplet: D7, 6C and E9. RGB value is (215,108,233). Sum of RGB (Red+Green+Blue) = 215+108+233=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #D76CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76CE9 is #289316. Grayscale: #999999. Windows color (decimal): -2659095 or 15297751. OLE color: 15297751.
HSL color Cylindrical-coordinate representation of color #D76CE9: hue angle of 291.36º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76CE9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 108 | 233 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.09 |
| HSL | 291.36º | 0.74% | 0.67% | - |
| HSV(B) | 291.36º | 0.54% | 0.91% | - |
| XYZ | 48.09 | 31.06 | 80.55 | - |
| YUV | 154.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 233 | 0.08 | 0.54 | 0 | 0.09 | 291.36 | 0.74 | 0.67 |
| Hex | D7 | 6C | E9 | 8 | 36 | 0 | 9 | 123 | 4A | 43 |
| Octal | 327 | 154 | 351 | 10 | 66 | 0 | 11 | 443 | 112 | 103 |
| Binary | 11010111 | 1101100 | 11101001 | 1000 | 110110 | 0 | 1001 | 100100011 | 1001010 | 1000011 |
Color Harmonies of #D76CE9
Complementary color
Monochromatic Colors of #D76CE9
Black with #D76CE9
Text Example
Text Example
White with #D76CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CE9; }
p { color: rgb(215,108,233); }
H1.HeaderClassName
{
color: #D76CE9;
}
.AnyTagClassName
{
color: #D76CE9;
}
</style>
background-color css
<style>
a { background-color: #D76CE9; }
a { background-color: rgb(215,108,233); }
div.DivClassName
{
background-color: #D76CE9;
}
.BgClassName
{
background-color: #D76CE9;
}
</style>
border-color css
<style>
span { border-color: #D76CE9; }
span { border-color: rgb(215,108,233); }
td.TdClassName
{
border-color: #D76CE9;
}
.TagClassName
{
border-color: #D76CE9;
}
</style>