Shades of Orchid #D664D0
Tints of Orchid #D664D0
RGB
CMYK
RGB Variations
Color information
#D664D0 (or 0xD664D0) is known color: Orchid. HEX triplet: D6, 64 and D0. RGB value is (214,100,208). Sum of RGB (Red+Green+Blue) = 214+100+208=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D664D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664D0 is #299B2F. Grayscale: #929292. Windows color (decimal): -2726704 or 13657302. OLE color: 13657302.
HSL color Cylindrical-coordinate representation of color #D664D0: hue angle of 303.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D664D0 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 208 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.16 |
| HSL | 303.16º | 0.58% | 0.62% | - |
| HSV(B) | 303.16º | 0.53% | 0.84% | - |
| XYZ | 43.67 | 27.96 | 62.77 | - |
| YUV | 146.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 208 | 0 | 0.53 | 0.03 | 0.16 | 303.16 | 0.58 | 0.62 |
| Hex | D6 | 64 | D0 | 0 | 35 | 3 | 10 | 12F | 3A | 3E |
| Octal | 326 | 144 | 320 | 0 | 65 | 3 | 20 | 457 | 72 | 76 |
| Binary | 11010110 | 1100100 | 11010000 | 0 | 110101 | 11 | 10000 | 100101111 | 111010 | 111110 |
Color Harmonies of #D664D0
Complementary color
Monochromatic Colors of #D664D0
Black with #D664D0
Text Example
Text Example
White with #D664D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664D0; }
p { color: rgb(214,100,208); }
H1.HeaderClassName
{
color: #D664D0;
}
.AnyTagClassName
{
color: #D664D0;
}
</style>
background-color css
<style>
a { background-color: #D664D0; }
a { background-color: rgb(214,100,208); }
div.DivClassName
{
background-color: #D664D0;
}
.BgClassName
{
background-color: #D664D0;
}
</style>
border-color css
<style>
span { border-color: #D664D0; }
span { border-color: rgb(214,100,208); }
td.TdClassName
{
border-color: #D664D0;
}
.TagClassName
{
border-color: #D664D0;
}
</style>