Shades of Orchid #D779C2
Tints of Orchid #D779C2
RGB
CMYK
RGB Variations
Color information
#D779C2 (or 0xD779C2) is known color: Orchid. HEX triplet: D7, 79 and C2. RGB value is (215,121,194). Sum of RGB (Red+Green+Blue) = 215+121+194=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D779C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779C2 is #28863D. Grayscale: #9D9D9D. Windows color (decimal): -2655806 or 12745175. OLE color: 12745175.
HSL color Cylindrical-coordinate representation of color #D779C2: hue angle of 313.4º 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 #D779C2 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 194 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.16 |
| HSL | 313.4º | 0.54% | 0.66% | - |
| HSV(B) | 313.4º | 0.44% | 0.84% | - |
| XYZ | 44.6 | 32.02 | 54.87 | - |
| YUV | 157.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 194 | 0 | 0.44 | 0.10 | 0.16 | 313.4 | 0.54 | 0.66 |
| Hex | D7 | 79 | C2 | 0 | 2C | A | 10 | 139 | 36 | 42 |
| Octal | 327 | 171 | 302 | 0 | 54 | 12 | 20 | 471 | 66 | 102 |
| Binary | 11010111 | 1111001 | 11000010 | 0 | 101100 | 1010 | 10000 | 100111001 | 110110 | 1000010 |
Color Harmonies of #D779C2
Complementary color
Monochromatic Colors of #D779C2
Black with #D779C2
Text Example
Text Example
White with #D779C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779C2; }
p { color: rgb(215,121,194); }
H1.HeaderClassName
{
color: #D779C2;
}
.AnyTagClassName
{
color: #D779C2;
}
</style>
background-color css
<style>
a { background-color: #D779C2; }
a { background-color: rgb(215,121,194); }
div.DivClassName
{
background-color: #D779C2;
}
.BgClassName
{
background-color: #D779C2;
}
</style>
border-color css
<style>
span { border-color: #D779C2; }
span { border-color: rgb(215,121,194); }
td.TdClassName
{
border-color: #D779C2;
}
.TagClassName
{
border-color: #D779C2;
}
</style>