Shades of Orchid #DE79CA
Tints of Orchid #DE79CA
RGB
CMYK
RGB Variations
Color information
#DE79CA (or 0xDE79CA) is known color: Orchid. HEX triplet: DE, 79 and CA. RGB value is (222,121,202). Sum of RGB (Red+Green+Blue) = 222+121+202=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79CA is #218635. Grayscale: #A0A0A0. Windows color (decimal): -2197046 or 13269470. OLE color: 13269470.
HSL color Cylindrical-coordinate representation of color #DE79CA: hue angle of 311.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE79CA is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 202 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.13 |
| HSL | 311.88º | 0.6% | 0.67% | - |
| HSV(B) | 311.88º | 0.45% | 0.87% | - |
| XYZ | 47.62 | 33.47 | 59.83 | - |
| YUV | 160.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 202 | 0 | 0.45 | 0.09 | 0.13 | 311.88 | 0.6 | 0.67 |
| Hex | DE | 79 | CA | 0 | 2D | 9 | D | 138 | 3C | 43 |
| Octal | 336 | 171 | 312 | 0 | 55 | 11 | 15 | 470 | 74 | 103 |
| Binary | 11011110 | 1111001 | 11001010 | 0 | 101101 | 1001 | 1101 | 100111000 | 111100 | 1000011 |
Color Harmonies of #DE79CA
Complementary color
Monochromatic Colors of #DE79CA
Black with #DE79CA
Text Example
Text Example
White with #DE79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE79CA; }
p { color: rgb(222,121,202); }
H1.HeaderClassName
{
color: #DE79CA;
}
.AnyTagClassName
{
color: #DE79CA;
}
</style>
background-color css
<style>
a { background-color: #DE79CA; }
a { background-color: rgb(222,121,202); }
div.DivClassName
{
background-color: #DE79CA;
}
.BgClassName
{
background-color: #DE79CA;
}
</style>
border-color css
<style>
span { border-color: #DE79CA; }
span { border-color: rgb(222,121,202); }
td.TdClassName
{
border-color: #DE79CA;
}
.TagClassName
{
border-color: #DE79CA;
}
</style>