Shades of Orchid #D66AC1
Tints of Orchid #D66AC1
RGB
CMYK
RGB Variations
Color information
#D66AC1 (or 0xD66AC1) is known color: Orchid. HEX triplet: D6, 6A and C1. RGB value is (214,106,193). Sum of RGB (Red+Green+Blue) = 214+106+193=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AC1 is #29953E. Grayscale: #939393. Windows color (decimal): -2725183 or 12675798. OLE color: 12675798.
HSL color Cylindrical-coordinate representation of color #D66AC1: hue angle of 311.67º 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 #D66AC1 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 193 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.16 |
| HSL | 311.67º | 0.57% | 0.63% | - |
| HSV(B) | 311.67º | 0.5% | 0.84% | - |
| XYZ | 42.51 | 28.45 | 53.7 | - |
| YUV | 148.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 193 | 0 | 0.50 | 0.10 | 0.16 | 311.67 | 0.57 | 0.63 |
| Hex | D6 | 6A | C1 | 0 | 32 | A | 10 | 138 | 39 | 3F |
| Octal | 326 | 152 | 301 | 0 | 62 | 12 | 20 | 470 | 71 | 77 |
| Binary | 11010110 | 1101010 | 11000001 | 0 | 110010 | 1010 | 10000 | 100111000 | 111001 | 111111 |
Color Harmonies of #D66AC1
Complementary color
Monochromatic Colors of #D66AC1
Black with #D66AC1
Text Example
Text Example
White with #D66AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AC1; }
p { color: rgb(214,106,193); }
H1.HeaderClassName
{
color: #D66AC1;
}
.AnyTagClassName
{
color: #D66AC1;
}
</style>
background-color css
<style>
a { background-color: #D66AC1; }
a { background-color: rgb(214,106,193); }
div.DivClassName
{
background-color: #D66AC1;
}
.BgClassName
{
background-color: #D66AC1;
}
</style>
border-color css
<style>
span { border-color: #D66AC1; }
span { border-color: rgb(214,106,193); }
td.TdClassName
{
border-color: #D66AC1;
}
.TagClassName
{
border-color: #D66AC1;
}
</style>