Shades of Orchid #DC79CB
Tints of Orchid #DC79CB
RGB
CMYK
RGB Variations
Color information
#DC79CB (or 0xDC79CB) is known color: Orchid. HEX triplet: DC, 79 and CB. RGB value is (220,121,203). Sum of RGB (Red+Green+Blue) = 220+121+203=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79CB is #238634. Grayscale: #9F9F9F. Windows color (decimal): -2328117 or 13335004. OLE color: 13335004.
HSL color Cylindrical-coordinate representation of color #DC79CB: hue angle of 310.3º 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 #DC79CB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 203 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.14 |
| HSL | 310.3º | 0.59% | 0.67% | - |
| HSV(B) | 310.3º | 0.45% | 0.86% | - |
| XYZ | 47.13 | 33.2 | 60.42 | - |
| YUV | 159.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 203 | 0 | 0.45 | 0.08 | 0.14 | 310.3 | 0.59 | 0.67 |
| Hex | DC | 79 | CB | 0 | 2D | 8 | E | 136 | 3B | 43 |
| Octal | 334 | 171 | 313 | 0 | 55 | 10 | 16 | 466 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11001011 | 0 | 101101 | 1000 | 1110 | 100110110 | 111011 | 1000011 |
Color Harmonies of #DC79CB
Complementary color
Monochromatic Colors of #DC79CB
Black with #DC79CB
Text Example
Text Example
White with #DC79CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79CB; }
p { color: rgb(220,121,203); }
H1.HeaderClassName
{
color: #DC79CB;
}
.AnyTagClassName
{
color: #DC79CB;
}
</style>
background-color css
<style>
a { background-color: #DC79CB; }
a { background-color: rgb(220,121,203); }
div.DivClassName
{
background-color: #DC79CB;
}
.BgClassName
{
background-color: #DC79CB;
}
</style>
border-color css
<style>
span { border-color: #DC79CB; }
span { border-color: rgb(220,121,203); }
td.TdClassName
{
border-color: #DC79CB;
}
.TagClassName
{
border-color: #DC79CB;
}
</style>