Shades of Orchid #DC79D2
Tints of Orchid #DC79D2
RGB
CMYK
RGB Variations
Color information
#DC79D2 (or 0xDC79D2) is known color: Orchid. HEX triplet: DC, 79 and D2. RGB value is (220,121,210). Sum of RGB (Red+Green+Blue) = 220+121+210=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79D2 is #23862D. Grayscale: #A0A0A0. Windows color (decimal): -2328110 or 13793756. OLE color: 13793756.
HSL color Cylindrical-coordinate representation of color #DC79D2: hue angle of 306.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79D2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 210 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.14 |
| HSL | 306.06º | 0.59% | 0.67% | - |
| HSV(B) | 306.06º | 0.45% | 0.86% | - |
| XYZ | 47.99 | 33.54 | 64.92 | - |
| YUV | 160.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 210 | 0 | 0.45 | 0.05 | 0.14 | 306.06 | 0.59 | 0.67 |
| Hex | DC | 79 | D2 | 0 | 2D | 5 | E | 132 | 3B | 43 |
| Octal | 334 | 171 | 322 | 0 | 55 | 5 | 16 | 462 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11010010 | 0 | 101101 | 101 | 1110 | 100110010 | 111011 | 1000011 |
Color Harmonies of #DC79D2
Complementary color
Monochromatic Colors of #DC79D2
Black with #DC79D2
Text Example
Text Example
White with #DC79D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79D2; }
p { color: rgb(220,121,210); }
H1.HeaderClassName
{
color: #DC79D2;
}
.AnyTagClassName
{
color: #DC79D2;
}
</style>
background-color css
<style>
a { background-color: #DC79D2; }
a { background-color: rgb(220,121,210); }
div.DivClassName
{
background-color: #DC79D2;
}
.BgClassName
{
background-color: #DC79D2;
}
</style>
border-color css
<style>
span { border-color: #DC79D2; }
span { border-color: rgb(220,121,210); }
td.TdClassName
{
border-color: #DC79D2;
}
.TagClassName
{
border-color: #DC79D2;
}
</style>