Shades of Orchid #D76ADF
Tints of Orchid #D76ADF
RGB
CMYK
RGB Variations
Color information
#D76ADF (or 0xD76ADF) is known color: Orchid. HEX triplet: D7, 6A and DF. RGB value is (215,106,223). Sum of RGB (Red+Green+Blue) = 215+106+223=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D76ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ADF is #289520. Grayscale: #979797. Windows color (decimal): -2659617 or 14641879. OLE color: 14641879.
HSL color Cylindrical-coordinate representation of color #D76ADF: hue angle of 295.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76ADF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 106 | 223 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.13 |
| HSL | 295.9º | 0.65% | 0.65% | - |
| HSV(B) | 295.9º | 0.52% | 0.87% | - |
| XYZ | 46.5 | 30.08 | 73.17 | - |
| YUV | 151.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 223 | 0.04 | 0.52 | 0 | 0.13 | 295.9 | 0.65 | 0.65 |
| Hex | D7 | 6A | DF | 4 | 34 | 0 | D | 128 | 41 | 41 |
| Octal | 327 | 152 | 337 | 4 | 64 | 0 | 15 | 450 | 101 | 101 |
| Binary | 11010111 | 1101010 | 11011111 | 100 | 110100 | 0 | 1101 | 100101000 | 1000001 | 1000001 |
Color Harmonies of #D76ADF
Complementary color
Monochromatic Colors of #D76ADF
Black with #D76ADF
Text Example
Text Example
White with #D76ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ADF; }
p { color: rgb(215,106,223); }
H1.HeaderClassName
{
color: #D76ADF;
}
.AnyTagClassName
{
color: #D76ADF;
}
</style>
background-color css
<style>
a { background-color: #D76ADF; }
a { background-color: rgb(215,106,223); }
div.DivClassName
{
background-color: #D76ADF;
}
.BgClassName
{
background-color: #D76ADF;
}
</style>
border-color css
<style>
span { border-color: #D76ADF; }
span { border-color: rgb(215,106,223); }
td.TdClassName
{
border-color: #D76ADF;
}
.TagClassName
{
border-color: #D76ADF;
}
</style>