Shades of Orchid #D66AB6
Tints of Orchid #D66AB6
RGB
CMYK
RGB Variations
Color information
#D66AB6 (or 0xD66AB6) is known color: Orchid. HEX triplet: D6, 6A and B6. RGB value is (214,106,182). Sum of RGB (Red+Green+Blue) = 214+106+182=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AB6 is #299549. Grayscale: #929292. Windows color (decimal): -2725194 or 11954902. OLE color: 11954902.
HSL color Cylindrical-coordinate representation of color #D66AB6: hue angle of 317.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66AB6 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 182 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.16 |
| HSL | 317.78º | 0.57% | 0.63% | - |
| HSV(B) | 317.78º | 0.5% | 0.84% | - |
| XYZ | 41.33 | 27.98 | 47.48 | - |
| YUV | 146.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 182 | 0 | 0.50 | 0.15 | 0.16 | 317.78 | 0.57 | 0.63 |
| Hex | D6 | 6A | B6 | 0 | 32 | F | 10 | 13E | 39 | 3F |
| Octal | 326 | 152 | 266 | 0 | 62 | 17 | 20 | 476 | 71 | 77 |
| Binary | 11010110 | 1101010 | 10110110 | 0 | 110010 | 1111 | 10000 | 100111110 | 111001 | 111111 |
Color Harmonies of #D66AB6
Complementary color
Monochromatic Colors of #D66AB6
Black with #D66AB6
Text Example
Text Example
White with #D66AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AB6; }
p { color: rgb(214,106,182); }
H1.HeaderClassName
{
color: #D66AB6;
}
.AnyTagClassName
{
color: #D66AB6;
}
</style>
background-color css
<style>
a { background-color: #D66AB6; }
a { background-color: rgb(214,106,182); }
div.DivClassName
{
background-color: #D66AB6;
}
.BgClassName
{
background-color: #D66AB6;
}
</style>
border-color css
<style>
span { border-color: #D66AB6; }
span { border-color: rgb(214,106,182); }
td.TdClassName
{
border-color: #D66AB6;
}
.TagClassName
{
border-color: #D66AB6;
}
</style>