Shades of Orchid #D76FE5
Tints of Orchid #D76FE5
RGB
CMYK
RGB Variations
Color information
#D76FE5 (or 0xD76FE5) is known color: Orchid. HEX triplet: D7, 6F and E5. RGB value is (215,111,229). Sum of RGB (Red+Green+Blue) = 215+111+229=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #D76FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE5 is #28901A. Grayscale: #9B9B9B. Windows color (decimal): -2658331 or 15036375. OLE color: 15036375.
HSL color Cylindrical-coordinate representation of color #D76FE5: hue angle of 292.88º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76FE5 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 111 | 229 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.10 |
| HSL | 292.88º | 0.69% | 0.67% | - |
| HSV(B) | 292.88º | 0.52% | 0.9% | - |
| XYZ | 47.85 | 31.47 | 77.68 | - |
| YUV | 155.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 229 | 0.06 | 0.52 | 0 | 0.10 | 292.88 | 0.69 | 0.67 |
| Hex | D7 | 6F | E5 | 6 | 34 | 0 | A | 125 | 45 | 43 |
| Octal | 327 | 157 | 345 | 6 | 64 | 0 | 12 | 445 | 105 | 103 |
| Binary | 11010111 | 1101111 | 11100101 | 110 | 110100 | 0 | 1010 | 100100101 | 1000101 | 1000011 |
Color Harmonies of #D76FE5
Complementary color
Monochromatic Colors of #D76FE5
Black with #D76FE5
Text Example
Text Example
White with #D76FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FE5; }
p { color: rgb(215,111,229); }
H1.HeaderClassName
{
color: #D76FE5;
}
.AnyTagClassName
{
color: #D76FE5;
}
</style>
background-color css
<style>
a { background-color: #D76FE5; }
a { background-color: rgb(215,111,229); }
div.DivClassName
{
background-color: #D76FE5;
}
.BgClassName
{
background-color: #D76FE5;
}
</style>
border-color css
<style>
span { border-color: #D76FE5; }
span { border-color: rgb(215,111,229); }
td.TdClassName
{
border-color: #D76FE5;
}
.TagClassName
{
border-color: #D76FE5;
}
</style>