Shades of Orchid #D67FC9
Tints of Orchid #D67FC9
RGB
CMYK
RGB Variations
Color information
#D67FC9 (or 0xD67FC9) is known color: Orchid. HEX triplet: D6, 7F and C9. RGB value is (214,127,201). Sum of RGB (Red+Green+Blue) = 214+127+201=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FC9 is #298036. Grayscale: #A1A1A1. Windows color (decimal): -2719799 or 13205462. OLE color: 13205462.
HSL color Cylindrical-coordinate representation of color #D67FC9: hue angle of 308.97º 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 #D67FC9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 201 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.16 |
| HSL | 308.97º | 0.51% | 0.67% | - |
| HSV(B) | 308.97º | 0.41% | 0.84% | - |
| XYZ | 45.86 | 33.69 | 59.34 | - |
| YUV | 161.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 201 | 0 | 0.41 | 0.06 | 0.16 | 308.97 | 0.51 | 0.67 |
| Hex | D6 | 7F | C9 | 0 | 29 | 6 | 10 | 135 | 33 | 43 |
| Octal | 326 | 177 | 311 | 0 | 51 | 6 | 20 | 465 | 63 | 103 |
| Binary | 11010110 | 1111111 | 11001001 | 0 | 101001 | 110 | 10000 | 100110101 | 110011 | 1000011 |
Color Harmonies of #D67FC9
Complementary color
Monochromatic Colors of #D67FC9
Black with #D67FC9
Text Example
Text Example
White with #D67FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FC9; }
p { color: rgb(214,127,201); }
H1.HeaderClassName
{
color: #D67FC9;
}
.AnyTagClassName
{
color: #D67FC9;
}
</style>
background-color css
<style>
a { background-color: #D67FC9; }
a { background-color: rgb(214,127,201); }
div.DivClassName
{
background-color: #D67FC9;
}
.BgClassName
{
background-color: #D67FC9;
}
</style>
border-color css
<style>
span { border-color: #D67FC9; }
span { border-color: rgb(214,127,201); }
td.TdClassName
{
border-color: #D67FC9;
}
.TagClassName
{
border-color: #D67FC9;
}
</style>