Shades of Orchid #D67AC1
Tints of Orchid #D67AC1
RGB
CMYK
RGB Variations
Color information
#D67AC1 (or 0xD67AC1) is known color: Orchid. HEX triplet: D6, 7A and C1. RGB value is (214,122,193). Sum of RGB (Red+Green+Blue) = 214+122+193=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC1 is #29853E. Grayscale: #9D9D9D. Windows color (decimal): -2721087 or 12679894. OLE color: 12679894.
HSL color Cylindrical-coordinate representation of color #D67AC1: hue angle of 313.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AC1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 193 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.16 |
| HSL | 313.7º | 0.53% | 0.66% | - |
| HSV(B) | 313.7º | 0.43% | 0.84% | - |
| XYZ | 44.32 | 32.07 | 54.31 | - |
| YUV | 157.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 193 | 0 | 0.43 | 0.10 | 0.16 | 313.7 | 0.53 | 0.66 |
| Hex | D6 | 7A | C1 | 0 | 2B | A | 10 | 13A | 35 | 42 |
| Octal | 326 | 172 | 301 | 0 | 53 | 12 | 20 | 472 | 65 | 102 |
| Binary | 11010110 | 1111010 | 11000001 | 0 | 101011 | 1010 | 10000 | 100111010 | 110101 | 1000010 |
Color Harmonies of #D67AC1
Complementary color
Monochromatic Colors of #D67AC1
Black with #D67AC1
Text Example
Text Example
White with #D67AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AC1; }
p { color: rgb(214,122,193); }
H1.HeaderClassName
{
color: #D67AC1;
}
.AnyTagClassName
{
color: #D67AC1;
}
</style>
background-color css
<style>
a { background-color: #D67AC1; }
a { background-color: rgb(214,122,193); }
div.DivClassName
{
background-color: #D67AC1;
}
.BgClassName
{
background-color: #D67AC1;
}
</style>
border-color css
<style>
span { border-color: #D67AC1; }
span { border-color: rgb(214,122,193); }
td.TdClassName
{
border-color: #D67AC1;
}
.TagClassName
{
border-color: #D67AC1;
}
</style>