Shades of Orchid #D664E6
Tints of Orchid #D664E6
RGB
CMYK
RGB Variations
Color information
#D664E6 (or 0xD664E6) is known color: Orchid. HEX triplet: D6, 64 and E6. RGB value is (214,100,230). Sum of RGB (Red+Green+Blue) = 214+100+230=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #D664E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664E6 is #299B19. Grayscale: #949494. Windows color (decimal): -2726682 or 15099094. OLE color: 15099094.
HSL color Cylindrical-coordinate representation of color #D664E6: hue angle of 292.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D664E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 100 | 230 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.10 |
| HSL | 292.62º | 0.72% | 0.65% | - |
| HSV(B) | 292.62º | 0.57% | 0.9% | - |
| XYZ | 46.57 | 29.12 | 78.03 | - |
| YUV | 148.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 230 | 0.07 | 0.57 | 0 | 0.10 | 292.62 | 0.72 | 0.65 |
| Hex | D6 | 64 | E6 | 7 | 39 | 0 | A | 125 | 48 | 41 |
| Octal | 326 | 144 | 346 | 7 | 71 | 0 | 12 | 445 | 110 | 101 |
| Binary | 11010110 | 1100100 | 11100110 | 111 | 111001 | 0 | 1010 | 100100101 | 1001000 | 1000001 |
Color Harmonies of #D664E6
Complementary color
Monochromatic Colors of #D664E6
Black with #D664E6
Text Example
Text Example
White with #D664E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664E6; }
p { color: rgb(214,100,230); }
H1.HeaderClassName
{
color: #D664E6;
}
.AnyTagClassName
{
color: #D664E6;
}
</style>
background-color css
<style>
a { background-color: #D664E6; }
a { background-color: rgb(214,100,230); }
div.DivClassName
{
background-color: #D664E6;
}
.BgClassName
{
background-color: #D664E6;
}
</style>
border-color css
<style>
span { border-color: #D664E6; }
span { border-color: rgb(214,100,230); }
td.TdClassName
{
border-color: #D664E6;
}
.TagClassName
{
border-color: #D664E6;
}
</style>