Shades of Orchid #DC79CA
Tints of Orchid #DC79CA
RGB
CMYK
RGB Variations
Color information
#DC79CA (or 0xDC79CA) is known color: Orchid. HEX triplet: DC, 79 and CA. RGB value is (220,121,202). Sum of RGB (Red+Green+Blue) = 220+121+202=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79CA is #238635. Grayscale: #9F9F9F. Windows color (decimal): -2328118 or 13269468. OLE color: 13269468.
HSL color Cylindrical-coordinate representation of color #DC79CA: hue angle of 310.91º 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 #DC79CA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 202 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.14 |
| HSL | 310.91º | 0.59% | 0.67% | - |
| HSV(B) | 310.91º | 0.45% | 0.86% | - |
| XYZ | 47.01 | 33.15 | 59.8 | - |
| YUV | 159.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 202 | 0 | 0.45 | 0.08 | 0.14 | 310.91 | 0.59 | 0.67 |
| Hex | DC | 79 | CA | 0 | 2D | 8 | E | 137 | 3B | 43 |
| Octal | 334 | 171 | 312 | 0 | 55 | 10 | 16 | 467 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11001010 | 0 | 101101 | 1000 | 1110 | 100110111 | 111011 | 1000011 |
Color Harmonies of #DC79CA
Complementary color
Monochromatic Colors of #DC79CA
Black with #DC79CA
Text Example
Text Example
White with #DC79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79CA; }
p { color: rgb(220,121,202); }
H1.HeaderClassName
{
color: #DC79CA;
}
.AnyTagClassName
{
color: #DC79CA;
}
</style>
background-color css
<style>
a { background-color: #DC79CA; }
a { background-color: rgb(220,121,202); }
div.DivClassName
{
background-color: #DC79CA;
}
.BgClassName
{
background-color: #DC79CA;
}
</style>
border-color css
<style>
span { border-color: #DC79CA; }
span { border-color: rgb(220,121,202); }
td.TdClassName
{
border-color: #DC79CA;
}
.TagClassName
{
border-color: #DC79CA;
}
</style>