Shades of Orchid #D466DD
Tints of Orchid #D466DD
RGB
CMYK
RGB Variations
Color information
#D466DD (or 0xD466DD) is known color: Orchid. HEX triplet: D4, 66 and DD. RGB value is (212,102,221). Sum of RGB (Red+Green+Blue) = 212+102+221=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D466DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466DD is #2B9922. Grayscale: #949494. Windows color (decimal): -2857251 or 14509780. OLE color: 14509780.
HSL color Cylindrical-coordinate representation of color #D466DD: hue angle of 295.46º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D466DD is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 102 | 221 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.13 |
| HSL | 295.46º | 0.64% | 0.63% | - |
| HSV(B) | 295.46º | 0.54% | 0.87% | - |
| XYZ | 44.95 | 28.72 | 71.58 | - |
| YUV | 148.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 221 | 0.04 | 0.54 | 0 | 0.13 | 295.46 | 0.64 | 0.63 |
| Hex | D4 | 66 | DD | 4 | 36 | 0 | D | 127 | 40 | 3F |
| Octal | 324 | 146 | 335 | 4 | 66 | 0 | 15 | 447 | 100 | 77 |
| Binary | 11010100 | 1100110 | 11011101 | 100 | 110110 | 0 | 1101 | 100100111 | 1000000 | 111111 |
Color Harmonies of #D466DD
Complementary color
Monochromatic Colors of #D466DD
Black with #D466DD
Text Example
Text Example
White with #D466DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466DD; }
p { color: rgb(212,102,221); }
H1.HeaderClassName
{
color: #D466DD;
}
.AnyTagClassName
{
color: #D466DD;
}
</style>
background-color css
<style>
a { background-color: #D466DD; }
a { background-color: rgb(212,102,221); }
div.DivClassName
{
background-color: #D466DD;
}
.BgClassName
{
background-color: #D466DD;
}
</style>
border-color css
<style>
span { border-color: #D466DD; }
span { border-color: rgb(212,102,221); }
td.TdClassName
{
border-color: #D466DD;
}
.TagClassName
{
border-color: #D466DD;
}
</style>