Shades of Orchid #D679E0
Tints of Orchid #D679E0
RGB
CMYK
RGB Variations
Color information
#D679E0 (or 0xD679E0) is known color: Orchid. HEX triplet: D6, 79 and E0. RGB value is (214,121,224). Sum of RGB (Red+Green+Blue) = 214+121+224=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #D679E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679E0 is #29861F. Grayscale: #A0A0A0. Windows color (decimal): -2721312 or 14711254. OLE color: 14711254.
HSL color Cylindrical-coordinate representation of color #D679E0: hue angle of 294.17º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D679E0 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 121 | 224 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.12 |
| HSL | 294.17º | 0.62% | 0.68% | - |
| HSV(B) | 294.17º | 0.46% | 0.88% | - |
| XYZ | 48.02 | 33.35 | 74.43 | - |
| YUV | 160.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 224 | 0.04 | 0.46 | 0 | 0.12 | 294.17 | 0.62 | 0.68 |
| Hex | D6 | 79 | E0 | 4 | 2E | 0 | C | 126 | 3E | 44 |
| Octal | 326 | 171 | 340 | 4 | 56 | 0 | 14 | 446 | 76 | 104 |
| Binary | 11010110 | 1111001 | 11100000 | 100 | 101110 | 0 | 1100 | 100100110 | 111110 | 1000100 |
Color Harmonies of #D679E0
Complementary color
Monochromatic Colors of #D679E0
Black with #D679E0
Text Example
Text Example
White with #D679E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679E0; }
p { color: rgb(214,121,224); }
H1.HeaderClassName
{
color: #D679E0;
}
.AnyTagClassName
{
color: #D679E0;
}
</style>
background-color css
<style>
a { background-color: #D679E0; }
a { background-color: rgb(214,121,224); }
div.DivClassName
{
background-color: #D679E0;
}
.BgClassName
{
background-color: #D679E0;
}
</style>
border-color css
<style>
span { border-color: #D679E0; }
span { border-color: rgb(214,121,224); }
td.TdClassName
{
border-color: #D679E0;
}
.TagClassName
{
border-color: #D679E0;
}
</style>