Shades of Orchid #D66AB4
Tints of Orchid #D66AB4
RGB
CMYK
RGB Variations
Color information
#D66AB4 (or 0xD66AB4) is known color: Orchid. HEX triplet: D6, 6A and B4. RGB value is (214,106,180). Sum of RGB (Red+Green+Blue) = 214+106+180=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AB4 is #29954B. Grayscale: #929292. Windows color (decimal): -2725196 or 11823830. OLE color: 11823830.
HSL color Cylindrical-coordinate representation of color #D66AB4: hue angle of 318.89º 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 #D66AB4 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 180 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.16 |
| HSL | 318.89º | 0.57% | 0.63% | - |
| HSV(B) | 318.89º | 0.5% | 0.84% | - |
| XYZ | 41.12 | 27.9 | 46.4 | - |
| YUV | 146.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 180 | 0 | 0.50 | 0.16 | 0.16 | 318.89 | 0.57 | 0.63 |
| Hex | D6 | 6A | B4 | 0 | 32 | 10 | 10 | 13F | 39 | 3F |
| Octal | 326 | 152 | 264 | 0 | 62 | 20 | 20 | 477 | 71 | 77 |
| Binary | 11010110 | 1101010 | 10110100 | 0 | 110010 | 10000 | 10000 | 100111111 | 111001 | 111111 |
Color Harmonies of #D66AB4
Complementary color
Monochromatic Colors of #D66AB4
Black with #D66AB4
Text Example
Text Example
White with #D66AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AB4; }
p { color: rgb(214,106,180); }
H1.HeaderClassName
{
color: #D66AB4;
}
.AnyTagClassName
{
color: #D66AB4;
}
</style>
background-color css
<style>
a { background-color: #D66AB4; }
a { background-color: rgb(214,106,180); }
div.DivClassName
{
background-color: #D66AB4;
}
.BgClassName
{
background-color: #D66AB4;
}
</style>
border-color css
<style>
span { border-color: #D66AB4; }
span { border-color: rgb(214,106,180); }
td.TdClassName
{
border-color: #D66AB4;
}
.TagClassName
{
border-color: #D66AB4;
}
</style>