Shades of Orchid #D079D7
Tints of Orchid #D079D7
RGB
CMYK
RGB Variations
Color information
#D079D7 (or 0xD079D7) is known color: Orchid. HEX triplet: D0, 79 and D7. RGB value is (208,121,215). Sum of RGB (Red+Green+Blue) = 208+121+215=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #D079D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079D7 is #2F8628. Grayscale: #9D9D9D. Windows color (decimal): -3114537 or 14121424. OLE color: 14121424.
HSL color Cylindrical-coordinate representation of color #D079D7: hue angle of 295.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D079D7 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 121 | 215 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.16 |
| HSL | 295.53º | 0.54% | 0.66% | - |
| HSV(B) | 295.53º | 0.44% | 0.84% | - |
| XYZ | 45.12 | 31.99 | 68.09 | - |
| YUV | 157.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 215 | 0.03 | 0.44 | 0 | 0.16 | 295.53 | 0.54 | 0.66 |
| Hex | D0 | 79 | D7 | 3 | 2C | 0 | 10 | 128 | 36 | 42 |
| Octal | 320 | 171 | 327 | 3 | 54 | 0 | 20 | 450 | 66 | 102 |
| Binary | 11010000 | 1111001 | 11010111 | 11 | 101100 | 0 | 10000 | 100101000 | 110110 | 1000010 |
Color Harmonies of #D079D7
Complementary color
Monochromatic Colors of #D079D7
Black with #D079D7
Text Example
Text Example
White with #D079D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079D7; }
p { color: rgb(208,121,215); }
H1.HeaderClassName
{
color: #D079D7;
}
.AnyTagClassName
{
color: #D079D7;
}
</style>
background-color css
<style>
a { background-color: #D079D7; }
a { background-color: rgb(208,121,215); }
div.DivClassName
{
background-color: #D079D7;
}
.BgClassName
{
background-color: #D079D7;
}
</style>
border-color css
<style>
span { border-color: #D079D7; }
span { border-color: rgb(208,121,215); }
td.TdClassName
{
border-color: #D079D7;
}
.TagClassName
{
border-color: #D079D7;
}
</style>