Shades of Orchid #D664DC
Tints of Orchid #D664DC
RGB
CMYK
RGB Variations
Color information
#D664DC (or 0xD664DC) is known color: Orchid. HEX triplet: D6, 64 and DC. RGB value is (214,100,220). Sum of RGB (Red+Green+Blue) = 214+100+220=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D664DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664DC is #299B23. Grayscale: #939393. Windows color (decimal): -2726692 or 14443734. OLE color: 14443734.
HSL color Cylindrical-coordinate representation of color #D664DC: hue angle of 297º 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 #D664DC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 100 | 220 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.14 |
| HSL | 297º | 0.63% | 0.63% | - |
| HSV(B) | 297º | 0.55% | 0.86% | - |
| XYZ | 45.21 | 28.58 | 70.84 | - |
| YUV | 147.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 220 | 0.03 | 0.55 | 0 | 0.14 | 297 | 0.63 | 0.63 |
| Hex | D6 | 64 | DC | 3 | 37 | 0 | E | 129 | 3F | 3F |
| Octal | 326 | 144 | 334 | 3 | 67 | 0 | 16 | 451 | 77 | 77 |
| Binary | 11010110 | 1100100 | 11011100 | 11 | 110111 | 0 | 1110 | 100101001 | 111111 | 111111 |
Color Harmonies of #D664DC
Complementary color
Monochromatic Colors of #D664DC
Black with #D664DC
Text Example
Text Example
White with #D664DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664DC; }
p { color: rgb(214,100,220); }
H1.HeaderClassName
{
color: #D664DC;
}
.AnyTagClassName
{
color: #D664DC;
}
</style>
background-color css
<style>
a { background-color: #D664DC; }
a { background-color: rgb(214,100,220); }
div.DivClassName
{
background-color: #D664DC;
}
.BgClassName
{
background-color: #D664DC;
}
</style>
border-color css
<style>
span { border-color: #D664DC; }
span { border-color: rgb(214,100,220); }
td.TdClassName
{
border-color: #D664DC;
}
.TagClassName
{
border-color: #D664DC;
}
</style>