Shades of Orchid #D76FE3
Tints of Orchid #D76FE3
RGB
CMYK
RGB Variations
Color information
#D76FE3 (or 0xD76FE3) is known color: Orchid. HEX triplet: D7, 6F and E3. RGB value is (215,111,227). Sum of RGB (Red+Green+Blue) = 215+111+227=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #D76FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FE3 is #28901C. Grayscale: #9A9A9A. Windows color (decimal): -2658333 or 14905303. OLE color: 14905303.
HSL color Cylindrical-coordinate representation of color #D76FE3: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76FE3 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 111 | 227 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.11 |
| HSL | 293.79º | 0.67% | 0.66% | - |
| HSV(B) | 293.79º | 0.51% | 0.89% | - |
| XYZ | 47.57 | 31.36 | 76.22 | - |
| YUV | 155.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 227 | 0.05 | 0.51 | 0 | 0.11 | 293.79 | 0.67 | 0.66 |
| Hex | D7 | 6F | E3 | 5 | 33 | 0 | B | 126 | 43 | 42 |
| Octal | 327 | 157 | 343 | 5 | 63 | 0 | 13 | 446 | 103 | 102 |
| Binary | 11010111 | 1101111 | 11100011 | 101 | 110011 | 0 | 1011 | 100100110 | 1000011 | 1000010 |
Color Harmonies of #D76FE3
Complementary color
Monochromatic Colors of #D76FE3
Black with #D76FE3
Text Example
Text Example
White with #D76FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FE3; }
p { color: rgb(215,111,227); }
H1.HeaderClassName
{
color: #D76FE3;
}
.AnyTagClassName
{
color: #D76FE3;
}
</style>
background-color css
<style>
a { background-color: #D76FE3; }
a { background-color: rgb(215,111,227); }
div.DivClassName
{
background-color: #D76FE3;
}
.BgClassName
{
background-color: #D76FE3;
}
</style>
border-color css
<style>
span { border-color: #D76FE3; }
span { border-color: rgb(215,111,227); }
td.TdClassName
{
border-color: #D76FE3;
}
.TagClassName
{
border-color: #D76FE3;
}
</style>