Shades of Orchid #D464D1
Tints of Orchid #D464D1
RGB
CMYK
RGB Variations
Color information
#D464D1 (or 0xD464D1) is known color: Orchid. HEX triplet: D4, 64 and D1. RGB value is (212,100,209). Sum of RGB (Red+Green+Blue) = 212+100+209=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D464D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464D1 is #2B9B2E. Grayscale: #919191. Windows color (decimal): -2857775 or 13722836. OLE color: 13722836.
HSL color Cylindrical-coordinate representation of color #D464D1: hue angle of 301.61º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D464D1 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 209 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.17 |
| HSL | 301.61º | 0.57% | 0.61% | - |
| HSV(B) | 301.61º | 0.53% | 0.83% | - |
| XYZ | 43.22 | 27.71 | 63.39 | - |
| YUV | 145.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 209 | 0 | 0.53 | 0.01 | 0.17 | 301.61 | 0.57 | 0.61 |
| Hex | D4 | 64 | D1 | 0 | 35 | 1 | 11 | 12E | 39 | 3D |
| Octal | 324 | 144 | 321 | 0 | 65 | 1 | 21 | 456 | 71 | 75 |
| Binary | 11010100 | 1100100 | 11010001 | 0 | 110101 | 1 | 10001 | 100101110 | 111001 | 111101 |
Color Harmonies of #D464D1
Complementary color
Monochromatic Colors of #D464D1
Black with #D464D1
Text Example
Text Example
White with #D464D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464D1; }
p { color: rgb(212,100,209); }
H1.HeaderClassName
{
color: #D464D1;
}
.AnyTagClassName
{
color: #D464D1;
}
</style>
background-color css
<style>
a { background-color: #D464D1; }
a { background-color: rgb(212,100,209); }
div.DivClassName
{
background-color: #D464D1;
}
.BgClassName
{
background-color: #D464D1;
}
</style>
border-color css
<style>
span { border-color: #D464D1; }
span { border-color: rgb(212,100,209); }
td.TdClassName
{
border-color: #D464D1;
}
.TagClassName
{
border-color: #D464D1;
}
</style>