Shades of Orchid #DE74C2
Tints of Orchid #DE74C2
RGB
CMYK
RGB Variations
Color information
#DE74C2 (or 0xDE74C2) is known color: Orchid. HEX triplet: DE, 74 and C2. RGB value is (222,116,194). Sum of RGB (Red+Green+Blue) = 222+116+194=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74C2 is #218B3D. Grayscale: #9C9C9C. Windows color (decimal): -2198334 or 12743902. OLE color: 12743902.
HSL color Cylindrical-coordinate representation of color #DE74C2: hue angle of 315.85º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE74C2 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 194 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.13 |
| HSL | 315.85º | 0.62% | 0.66% | - |
| HSV(B) | 315.85º | 0.48% | 0.87% | - |
| XYZ | 46.11 | 31.92 | 54.77 | - |
| YUV | 156.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 194 | 0 | 0.48 | 0.13 | 0.13 | 315.85 | 0.62 | 0.66 |
| Hex | DE | 74 | C2 | 0 | 30 | D | D | 13C | 3E | 42 |
| Octal | 336 | 164 | 302 | 0 | 60 | 15 | 15 | 474 | 76 | 102 |
| Binary | 11011110 | 1110100 | 11000010 | 0 | 110000 | 1101 | 1101 | 100111100 | 111110 | 1000010 |
Color Harmonies of #DE74C2
Complementary color
Monochromatic Colors of #DE74C2
Black with #DE74C2
Text Example
Text Example
White with #DE74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE74C2; }
p { color: rgb(222,116,194); }
H1.HeaderClassName
{
color: #DE74C2;
}
.AnyTagClassName
{
color: #DE74C2;
}
</style>
background-color css
<style>
a { background-color: #DE74C2; }
a { background-color: rgb(222,116,194); }
div.DivClassName
{
background-color: #DE74C2;
}
.BgClassName
{
background-color: #DE74C2;
}
</style>
border-color css
<style>
span { border-color: #DE74C2; }
span { border-color: rgb(222,116,194); }
td.TdClassName
{
border-color: #DE74C2;
}
.TagClassName
{
border-color: #DE74C2;
}
</style>