Shades of Orchid #D67ACF
Tints of Orchid #D67ACF
RGB
CMYK
RGB Variations
Color information
#D67ACF (or 0xD67ACF) is known color: Orchid. HEX triplet: D6, 7A and CF. RGB value is (214,122,207). Sum of RGB (Red+Green+Blue) = 214+122+207=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ACF is #298530. Grayscale: #9E9E9E. Windows color (decimal): -2721073 or 13597398. OLE color: 13597398.
HSL color Cylindrical-coordinate representation of color #D67ACF: hue angle of 304.57º 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 #D67ACF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 207 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.16 |
| HSL | 304.57º | 0.53% | 0.66% | - |
| HSV(B) | 304.57º | 0.43% | 0.84% | - |
| XYZ | 45.95 | 32.72 | 62.93 | - |
| YUV | 159.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 207 | 0 | 0.43 | 0.03 | 0.16 | 304.57 | 0.53 | 0.66 |
| Hex | D6 | 7A | CF | 0 | 2B | 3 | 10 | 131 | 35 | 42 |
| Octal | 326 | 172 | 317 | 0 | 53 | 3 | 20 | 461 | 65 | 102 |
| Binary | 11010110 | 1111010 | 11001111 | 0 | 101011 | 11 | 10000 | 100110001 | 110101 | 1000010 |
Color Harmonies of #D67ACF
Complementary color
Monochromatic Colors of #D67ACF
Black with #D67ACF
Text Example
Text Example
White with #D67ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ACF; }
p { color: rgb(214,122,207); }
H1.HeaderClassName
{
color: #D67ACF;
}
.AnyTagClassName
{
color: #D67ACF;
}
</style>
background-color css
<style>
a { background-color: #D67ACF; }
a { background-color: rgb(214,122,207); }
div.DivClassName
{
background-color: #D67ACF;
}
.BgClassName
{
background-color: #D67ACF;
}
</style>
border-color css
<style>
span { border-color: #D67ACF; }
span { border-color: rgb(214,122,207); }
td.TdClassName
{
border-color: #D67ACF;
}
.TagClassName
{
border-color: #D67ACF;
}
</style>