Shades of Orchid #D67FD4
Tints of Orchid #D67FD4
RGB
CMYK
RGB Variations
Color information
#D67FD4 (or 0xD67FD4) is known color: Orchid. HEX triplet: D6, 7F and D4. RGB value is (214,127,212). Sum of RGB (Red+Green+Blue) = 214+127+212=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FD4 is #29802B. Grayscale: #A2A2A2. Windows color (decimal): -2719788 or 13926358. OLE color: 13926358.
HSL color Cylindrical-coordinate representation of color #D67FD4: hue angle of 301.38º 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 #D67FD4 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 212 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.16 |
| HSL | 301.38º | 0.51% | 0.67% | - |
| HSV(B) | 301.38º | 0.41% | 0.84% | - |
| XYZ | 47.2 | 34.23 | 66.41 | - |
| YUV | 162.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 212 | 0 | 0.41 | 0.01 | 0.16 | 301.38 | 0.51 | 0.67 |
| Hex | D6 | 7F | D4 | 0 | 29 | 1 | 10 | 12D | 33 | 43 |
| Octal | 326 | 177 | 324 | 0 | 51 | 1 | 20 | 455 | 63 | 103 |
| Binary | 11010110 | 1111111 | 11010100 | 0 | 101001 | 1 | 10000 | 100101101 | 110011 | 1000011 |
Color Harmonies of #D67FD4
Complementary color
Monochromatic Colors of #D67FD4
Black with #D67FD4
Text Example
Text Example
White with #D67FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FD4; }
p { color: rgb(214,127,212); }
H1.HeaderClassName
{
color: #D67FD4;
}
.AnyTagClassName
{
color: #D67FD4;
}
</style>
background-color css
<style>
a { background-color: #D67FD4; }
a { background-color: rgb(214,127,212); }
div.DivClassName
{
background-color: #D67FD4;
}
.BgClassName
{
background-color: #D67FD4;
}
</style>
border-color css
<style>
span { border-color: #D67FD4; }
span { border-color: rgb(214,127,212); }
td.TdClassName
{
border-color: #D67FD4;
}
.TagClassName
{
border-color: #D67FD4;
}
</style>