Shades of Orchid #D079E5
Tints of Orchid #D079E5
RGB
CMYK
RGB Variations
Color information
#D079E5 (or 0xD079E5) is known color: Orchid. HEX triplet: D0, 79 and E5. RGB value is (208,121,229). Sum of RGB (Red+Green+Blue) = 208+121+229=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #D079E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079E5 is #2F861A. Grayscale: #9E9E9E. Windows color (decimal): -3114523 or 15038928. OLE color: 15038928.
HSL color Cylindrical-coordinate representation of color #D079E5: hue angle of 288.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D079E5 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 121 | 229 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.10 |
| HSL | 288.33º | 0.68% | 0.69% | - |
| HSV(B) | 288.33º | 0.47% | 0.9% | - |
| XYZ | 46.99 | 32.74 | 77.97 | - |
| YUV | 159.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 229 | 0.09 | 0.47 | 0 | 0.10 | 288.33 | 0.68 | 0.69 |
| Hex | D0 | 79 | E5 | 9 | 2F | 0 | A | 120 | 44 | 45 |
| Octal | 320 | 171 | 345 | 11 | 57 | 0 | 12 | 440 | 104 | 105 |
| Binary | 11010000 | 1111001 | 11100101 | 1001 | 101111 | 0 | 1010 | 100100000 | 1000100 | 1000101 |
Color Harmonies of #D079E5
Complementary color
Monochromatic Colors of #D079E5
Black with #D079E5
Text Example
Text Example
White with #D079E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079E5; }
p { color: rgb(208,121,229); }
H1.HeaderClassName
{
color: #D079E5;
}
.AnyTagClassName
{
color: #D079E5;
}
</style>
background-color css
<style>
a { background-color: #D079E5; }
a { background-color: rgb(208,121,229); }
div.DivClassName
{
background-color: #D079E5;
}
.BgClassName
{
background-color: #D079E5;
}
</style>
border-color css
<style>
span { border-color: #D079E5; }
span { border-color: rgb(208,121,229); }
td.TdClassName
{
border-color: #D079E5;
}
.TagClassName
{
border-color: #D079E5;
}
</style>