Shades of Orchid #D67FCF
Tints of Orchid #D67FCF
RGB
CMYK
RGB Variations
Color information
#D67FCF (or 0xD67FCF) is known color: Orchid. HEX triplet: D6, 7F and CF. RGB value is (214,127,207). Sum of RGB (Red+Green+Blue) = 214+127+207=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FCF is #298030. Grayscale: #A1A1A1. Windows color (decimal): -2719793 or 13598678. OLE color: 13598678.
HSL color Cylindrical-coordinate representation of color #D67FCF: hue angle of 304.83º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FCF is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 207 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.16 |
| HSL | 304.83º | 0.51% | 0.67% | - |
| HSV(B) | 304.83º | 0.41% | 0.84% | - |
| XYZ | 46.58 | 33.98 | 63.14 | - |
| YUV | 162.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 207 | 0 | 0.41 | 0.03 | 0.16 | 304.83 | 0.51 | 0.67 |
| Hex | D6 | 7F | CF | 0 | 29 | 3 | 10 | 131 | 33 | 43 |
| Octal | 326 | 177 | 317 | 0 | 51 | 3 | 20 | 461 | 63 | 103 |
| Binary | 11010110 | 1111111 | 11001111 | 0 | 101001 | 11 | 10000 | 100110001 | 110011 | 1000011 |
Color Harmonies of #D67FCF
Complementary color
Monochromatic Colors of #D67FCF
Black with #D67FCF
Text Example
Text Example
White with #D67FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FCF; }
p { color: rgb(214,127,207); }
H1.HeaderClassName
{
color: #D67FCF;
}
.AnyTagClassName
{
color: #D67FCF;
}
</style>
background-color css
<style>
a { background-color: #D67FCF; }
a { background-color: rgb(214,127,207); }
div.DivClassName
{
background-color: #D67FCF;
}
.BgClassName
{
background-color: #D67FCF;
}
</style>
border-color css
<style>
span { border-color: #D67FCF; }
span { border-color: rgb(214,127,207); }
td.TdClassName
{
border-color: #D67FCF;
}
.TagClassName
{
border-color: #D67FCF;
}
</style>