Shades of Orchid #D464DC
Tints of Orchid #D464DC
RGB
CMYK
RGB Variations
Color information
#D464DC (or 0xD464DC) is known color: Orchid. HEX triplet: D4, 64 and DC. RGB value is (212,100,220). Sum of RGB (Red+Green+Blue) = 212+100+220=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #D464DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464DC is #2B9B23. Grayscale: #929292. Windows color (decimal): -2857764 or 14443732. OLE color: 14443732.
HSL color Cylindrical-coordinate representation of color #D464DC: hue angle of 296º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D464DC is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 100 | 220 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.14 |
| HSL | 296º | 0.63% | 0.63% | - |
| HSV(B) | 296º | 0.55% | 0.86% | - |
| XYZ | 44.63 | 28.28 | 70.82 | - |
| YUV | 147.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 220 | 0.04 | 0.55 | 0 | 0.14 | 296 | 0.63 | 0.63 |
| Hex | D4 | 64 | DC | 4 | 37 | 0 | E | 128 | 3F | 3F |
| Octal | 324 | 144 | 334 | 4 | 67 | 0 | 16 | 450 | 77 | 77 |
| Binary | 11010100 | 1100100 | 11011100 | 100 | 110111 | 0 | 1110 | 100101000 | 111111 | 111111 |
Color Harmonies of #D464DC
Complementary color
Monochromatic Colors of #D464DC
Black with #D464DC
Text Example
Text Example
White with #D464DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464DC; }
p { color: rgb(212,100,220); }
H1.HeaderClassName
{
color: #D464DC;
}
.AnyTagClassName
{
color: #D464DC;
}
</style>
background-color css
<style>
a { background-color: #D464DC; }
a { background-color: rgb(212,100,220); }
div.DivClassName
{
background-color: #D464DC;
}
.BgClassName
{
background-color: #D464DC;
}
</style>
border-color css
<style>
span { border-color: #D464DC; }
span { border-color: rgb(212,100,220); }
td.TdClassName
{
border-color: #D464DC;
}
.TagClassName
{
border-color: #D464DC;
}
</style>