Shades of Orchid #D676E0
Tints of Orchid #D676E0
RGB
CMYK
RGB Variations
Color information
#D676E0 (or 0xD676E0) is known color: Orchid. HEX triplet: D6, 76 and E0. RGB value is (214,118,224). Sum of RGB (Red+Green+Blue) = 214+118+224=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #D676E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676E0 is #29891F. Grayscale: #9E9E9E. Windows color (decimal): -2722080 or 14710486. OLE color: 14710486.
HSL color Cylindrical-coordinate representation of color #D676E0: hue angle of 294.34º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D676E0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 118 | 224 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.12 |
| HSL | 294.34º | 0.63% | 0.67% | - |
| HSV(B) | 294.34º | 0.47% | 0.88% | - |
| XYZ | 47.66 | 32.63 | 74.31 | - |
| YUV | 158.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 224 | 0.04 | 0.47 | 0 | 0.12 | 294.34 | 0.63 | 0.67 |
| Hex | D6 | 76 | E0 | 4 | 2F | 0 | C | 126 | 3F | 43 |
| Octal | 326 | 166 | 340 | 4 | 57 | 0 | 14 | 446 | 77 | 103 |
| Binary | 11010110 | 1110110 | 11100000 | 100 | 101111 | 0 | 1100 | 100100110 | 111111 | 1000011 |
Color Harmonies of #D676E0
Complementary color
Monochromatic Colors of #D676E0
Black with #D676E0
Text Example
Text Example
White with #D676E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D676E0; }
p { color: rgb(214,118,224); }
H1.HeaderClassName
{
color: #D676E0;
}
.AnyTagClassName
{
color: #D676E0;
}
</style>
background-color css
<style>
a { background-color: #D676E0; }
a { background-color: rgb(214,118,224); }
div.DivClassName
{
background-color: #D676E0;
}
.BgClassName
{
background-color: #D676E0;
}
</style>
border-color css
<style>
span { border-color: #D676E0; }
span { border-color: rgb(214,118,224); }
td.TdClassName
{
border-color: #D676E0;
}
.TagClassName
{
border-color: #D676E0;
}
</style>