Shades of Orchid #D76CDA
Tints of Orchid #D76CDA
RGB
CMYK
RGB Variations
Color information
#D76CDA (or 0xD76CDA) is known color: Orchid. HEX triplet: D7, 6C and DA. RGB value is (215,108,218). Sum of RGB (Red+Green+Blue) = 215+108+218=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D76CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CDA is #289325. Grayscale: #989898. Windows color (decimal): -2659110 or 14314711. OLE color: 14314711.
HSL color Cylindrical-coordinate representation of color #D76CDA: hue angle of 298.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CDA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 108 | 218 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.15 |
| HSL | 298.36º | 0.6% | 0.64% | - |
| HSV(B) | 298.36º | 0.5% | 0.85% | - |
| XYZ | 46.04 | 30.23 | 69.74 | - |
| YUV | 152.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 218 | 0.01 | 0.50 | 0 | 0.15 | 298.36 | 0.6 | 0.64 |
| Hex | D7 | 6C | DA | 1 | 32 | 0 | F | 12A | 3C | 40 |
| Octal | 327 | 154 | 332 | 1 | 62 | 0 | 17 | 452 | 74 | 100 |
| Binary | 11010111 | 1101100 | 11011010 | 1 | 110010 | 0 | 1111 | 100101010 | 111100 | 1000000 |
Color Harmonies of #D76CDA
Complementary color
Monochromatic Colors of #D76CDA
Black with #D76CDA
Text Example
Text Example
White with #D76CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CDA; }
p { color: rgb(215,108,218); }
H1.HeaderClassName
{
color: #D76CDA;
}
.AnyTagClassName
{
color: #D76CDA;
}
</style>
background-color css
<style>
a { background-color: #D76CDA; }
a { background-color: rgb(215,108,218); }
div.DivClassName
{
background-color: #D76CDA;
}
.BgClassName
{
background-color: #D76CDA;
}
</style>
border-color css
<style>
span { border-color: #D76CDA; }
span { border-color: rgb(215,108,218); }
td.TdClassName
{
border-color: #D76CDA;
}
.TagClassName
{
border-color: #D76CDA;
}
</style>