Shades of Orchid #D666BA
Tints of Orchid #D666BA
RGB
CMYK
RGB Variations
Color information
#D666BA (or 0xD666BA) is known color: Orchid. HEX triplet: D6, 66 and BA. RGB value is (214,102,186). Sum of RGB (Red+Green+Blue) = 214+102+186=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D666BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666BA is #299945. Grayscale: #909090. Windows color (decimal): -2726214 or 12216022. OLE color: 12216022.
HSL color Cylindrical-coordinate representation of color #D666BA: hue angle of 315º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666BA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 186 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.16 |
| HSL | 315º | 0.58% | 0.62% | - |
| HSV(B) | 315º | 0.52% | 0.84% | - |
| XYZ | 41.35 | 27.34 | 49.55 | - |
| YUV | 145.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 186 | 0 | 0.52 | 0.13 | 0.16 | 315 | 0.58 | 0.62 |
| Hex | D6 | 66 | BA | 0 | 34 | D | 10 | 13B | 3A | 3E |
| Octal | 326 | 146 | 272 | 0 | 64 | 15 | 20 | 473 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10111010 | 0 | 110100 | 1101 | 10000 | 100111011 | 111010 | 111110 |
Color Harmonies of #D666BA
Complementary color
Monochromatic Colors of #D666BA
Black with #D666BA
Text Example
Text Example
White with #D666BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666BA; }
p { color: rgb(214,102,186); }
H1.HeaderClassName
{
color: #D666BA;
}
.AnyTagClassName
{
color: #D666BA;
}
</style>
background-color css
<style>
a { background-color: #D666BA; }
a { background-color: rgb(214,102,186); }
div.DivClassName
{
background-color: #D666BA;
}
.BgClassName
{
background-color: #D666BA;
}
</style>
border-color css
<style>
span { border-color: #D666BA; }
span { border-color: rgb(214,102,186); }
td.TdClassName
{
border-color: #D666BA;
}
.TagClassName
{
border-color: #D666BA;
}
</style>