Shades of Orchid #D466D1
Tints of Orchid #D466D1
RGB
CMYK
RGB Variations
Color information
#D466D1 (or 0xD466D1) is known color: Orchid. HEX triplet: D4, 66 and D1. RGB value is (212,102,209). Sum of RGB (Red+Green+Blue) = 212+102+209=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D466D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466D1 is #2B992E. Grayscale: #929292. Windows color (decimal): -2857263 or 13723348. OLE color: 13723348.
HSL color Cylindrical-coordinate representation of color #D466D1: hue angle of 301.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466D1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 209 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.17 |
| HSL | 301.64º | 0.56% | 0.62% | - |
| HSV(B) | 301.64º | 0.52% | 0.83% | - |
| XYZ | 43.41 | 28.1 | 63.46 | - |
| YUV | 147.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 209 | 0 | 0.52 | 0.01 | 0.17 | 301.64 | 0.56 | 0.62 |
| Hex | D4 | 66 | D1 | 0 | 34 | 1 | 11 | 12E | 38 | 3E |
| Octal | 324 | 146 | 321 | 0 | 64 | 1 | 21 | 456 | 70 | 76 |
| Binary | 11010100 | 1100110 | 11010001 | 0 | 110100 | 1 | 10001 | 100101110 | 111000 | 111110 |
Color Harmonies of #D466D1
Complementary color
Monochromatic Colors of #D466D1
Black with #D466D1
Text Example
Text Example
White with #D466D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466D1; }
p { color: rgb(212,102,209); }
H1.HeaderClassName
{
color: #D466D1;
}
.AnyTagClassName
{
color: #D466D1;
}
</style>
background-color css
<style>
a { background-color: #D466D1; }
a { background-color: rgb(212,102,209); }
div.DivClassName
{
background-color: #D466D1;
}
.BgClassName
{
background-color: #D466D1;
}
</style>
border-color css
<style>
span { border-color: #D466D1; }
span { border-color: rgb(212,102,209); }
td.TdClassName
{
border-color: #D466D1;
}
.TagClassName
{
border-color: #D466D1;
}
</style>