Shades of Orchid #D079C6
Tints of Orchid #D079C6
RGB
CMYK
RGB Variations
Color information
#D079C6 (or 0xD079C6) is known color: Orchid. HEX triplet: D0, 79 and C6. RGB value is (208,121,198). Sum of RGB (Red+Green+Blue) = 208+121+198=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D079C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079C6 is #2F8639. Grayscale: #9B9B9B. Windows color (decimal): -3114554 or 13007312. OLE color: 13007312.
HSL color Cylindrical-coordinate representation of color #D079C6: hue angle of 306.9º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D079C6 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 198 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.18 |
| HSL | 306.9º | 0.48% | 0.65% | - |
| HSV(B) | 306.9º | 0.42% | 0.82% | - |
| XYZ | 43.04 | 31.16 | 57.17 | - |
| YUV | 155.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 198 | 0 | 0.42 | 0.05 | 0.18 | 306.9 | 0.48 | 0.65 |
| Hex | D0 | 79 | C6 | 0 | 2A | 5 | 12 | 133 | 30 | 41 |
| Octal | 320 | 171 | 306 | 0 | 52 | 5 | 22 | 463 | 60 | 101 |
| Binary | 11010000 | 1111001 | 11000110 | 0 | 101010 | 101 | 10010 | 100110011 | 110000 | 1000001 |
Color Harmonies of #D079C6
Complementary color
Monochromatic Colors of #D079C6
Black with #D079C6
Text Example
Text Example
White with #D079C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079C6; }
p { color: rgb(208,121,198); }
H1.HeaderClassName
{
color: #D079C6;
}
.AnyTagClassName
{
color: #D079C6;
}
</style>
background-color css
<style>
a { background-color: #D079C6; }
a { background-color: rgb(208,121,198); }
div.DivClassName
{
background-color: #D079C6;
}
.BgClassName
{
background-color: #D079C6;
}
</style>
border-color css
<style>
span { border-color: #D079C6; }
span { border-color: rgb(208,121,198); }
td.TdClassName
{
border-color: #D079C6;
}
.TagClassName
{
border-color: #D079C6;
}
</style>