Shades of Orchid #D76ADA
Tints of Orchid #D76ADA
RGB
CMYK
RGB Variations
Color information
#D76ADA (or 0xD76ADA) is known color: Orchid. HEX triplet: D7, 6A and DA. RGB value is (215,106,218). Sum of RGB (Red+Green+Blue) = 215+106+218=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D76ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ADA is #289525. Grayscale: #979797. Windows color (decimal): -2659622 or 14314199. OLE color: 14314199.
HSL color Cylindrical-coordinate representation of color #D76ADA: hue angle of 298.39º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76ADA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 106 | 218 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.15 |
| HSL | 298.39º | 0.6% | 0.64% | - |
| HSV(B) | 298.39º | 0.51% | 0.85% | - |
| XYZ | 45.83 | 29.82 | 69.67 | - |
| YUV | 151.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 218 | 0.01 | 0.51 | 0 | 0.15 | 298.39 | 0.6 | 0.64 |
| Hex | D7 | 6A | DA | 1 | 33 | 0 | F | 12A | 3C | 40 |
| Octal | 327 | 152 | 332 | 1 | 63 | 0 | 17 | 452 | 74 | 100 |
| Binary | 11010111 | 1101010 | 11011010 | 1 | 110011 | 0 | 1111 | 100101010 | 111100 | 1000000 |
Color Harmonies of #D76ADA
Complementary color
Monochromatic Colors of #D76ADA
Black with #D76ADA
Text Example
Text Example
White with #D76ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ADA; }
p { color: rgb(215,106,218); }
H1.HeaderClassName
{
color: #D76ADA;
}
.AnyTagClassName
{
color: #D76ADA;
}
</style>
background-color css
<style>
a { background-color: #D76ADA; }
a { background-color: rgb(215,106,218); }
div.DivClassName
{
background-color: #D76ADA;
}
.BgClassName
{
background-color: #D76ADA;
}
</style>
border-color css
<style>
span { border-color: #D76ADA; }
span { border-color: rgb(215,106,218); }
td.TdClassName
{
border-color: #D76ADA;
}
.TagClassName
{
border-color: #D76ADA;
}
</style>