Shades of Orchid #D66ABC
Tints of Orchid #D66ABC
RGB
CMYK
RGB Variations
Color information
#D66ABC (or 0xD66ABC) is known color: Orchid. HEX triplet: D6, 6A and BC. RGB value is (214,106,188). Sum of RGB (Red+Green+Blue) = 214+106+188=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ABC is #299543. Grayscale: #939393. Windows color (decimal): -2725188 or 12348118. OLE color: 12348118.
HSL color Cylindrical-coordinate representation of color #D66ABC: hue angle of 314.44º 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 #D66ABC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 188 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.16 |
| HSL | 314.44º | 0.57% | 0.63% | - |
| HSV(B) | 314.44º | 0.5% | 0.84% | - |
| XYZ | 41.96 | 28.24 | 50.82 | - |
| YUV | 147.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 188 | 0 | 0.50 | 0.12 | 0.16 | 314.44 | 0.57 | 0.63 |
| Hex | D6 | 6A | BC | 0 | 32 | C | 10 | 13A | 39 | 3F |
| Octal | 326 | 152 | 274 | 0 | 62 | 14 | 20 | 472 | 71 | 77 |
| Binary | 11010110 | 1101010 | 10111100 | 0 | 110010 | 1100 | 10000 | 100111010 | 111001 | 111111 |
Color Harmonies of #D66ABC
Complementary color
Monochromatic Colors of #D66ABC
Black with #D66ABC
Text Example
Text Example
White with #D66ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ABC; }
p { color: rgb(214,106,188); }
H1.HeaderClassName
{
color: #D66ABC;
}
.AnyTagClassName
{
color: #D66ABC;
}
</style>
background-color css
<style>
a { background-color: #D66ABC; }
a { background-color: rgb(214,106,188); }
div.DivClassName
{
background-color: #D66ABC;
}
.BgClassName
{
background-color: #D66ABC;
}
</style>
border-color css
<style>
span { border-color: #D66ABC; }
span { border-color: rgb(214,106,188); }
td.TdClassName
{
border-color: #D66ABC;
}
.TagClassName
{
border-color: #D66ABC;
}
</style>