Shades of Orchid #D474DE
Tints of Orchid #D474DE
RGB
CMYK
RGB Variations
Color information
#D474DE (or 0xD474DE) is known color: Orchid. HEX triplet: D4, 74 and DE. RGB value is (212,116,222). Sum of RGB (Red+Green+Blue) = 212+116+222=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #D474DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474DE is #2B8B21. Grayscale: #9C9C9C. Windows color (decimal): -2853666 or 14578900. OLE color: 14578900.
HSL color Cylindrical-coordinate representation of color #D474DE: hue angle of 294.34º 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 #D474DE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 116 | 222 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.13 |
| HSL | 294.34º | 0.62% | 0.66% | - |
| HSV(B) | 294.34º | 0.48% | 0.87% | - |
| XYZ | 46.58 | 31.76 | 72.78 | - |
| YUV | 156.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 222 | 0.05 | 0.48 | 0 | 0.13 | 294.34 | 0.62 | 0.66 |
| Hex | D4 | 74 | DE | 5 | 30 | 0 | D | 126 | 3E | 42 |
| Octal | 324 | 164 | 336 | 5 | 60 | 0 | 15 | 446 | 76 | 102 |
| Binary | 11010100 | 1110100 | 11011110 | 101 | 110000 | 0 | 1101 | 100100110 | 111110 | 1000010 |
Color Harmonies of #D474DE
Complementary color
Monochromatic Colors of #D474DE
Black with #D474DE
Text Example
Text Example
White with #D474DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D474DE; }
p { color: rgb(212,116,222); }
H1.HeaderClassName
{
color: #D474DE;
}
.AnyTagClassName
{
color: #D474DE;
}
</style>
background-color css
<style>
a { background-color: #D474DE; }
a { background-color: rgb(212,116,222); }
div.DivClassName
{
background-color: #D474DE;
}
.BgClassName
{
background-color: #D474DE;
}
</style>
border-color css
<style>
span { border-color: #D474DE; }
span { border-color: rgb(212,116,222); }
td.TdClassName
{
border-color: #D474DE;
}
.TagClassName
{
border-color: #D474DE;
}
</style>