Shades of Orchid #D67EC7
Tints of Orchid #D67EC7
RGB
CMYK
RGB Variations
Color information
#D67EC7 (or 0xD67EC7) is known color: Orchid. HEX triplet: D6, 7E and C7. RGB value is (214,126,199). Sum of RGB (Red+Green+Blue) = 214+126+199=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EC7 is #298138. Grayscale: #A0A0A0. Windows color (decimal): -2720057 or 13074134. OLE color: 13074134.
HSL color Cylindrical-coordinate representation of color #D67EC7: hue angle of 310.23º degrees, saturation: 0.52, 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 #D67EC7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 199 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.16 |
| HSL | 310.23º | 0.52% | 0.67% | - |
| HSV(B) | 310.23º | 0.41% | 0.84% | - |
| XYZ | 45.5 | 33.34 | 58.07 | - |
| YUV | 160.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 199 | 0 | 0.41 | 0.07 | 0.16 | 310.23 | 0.52 | 0.67 |
| Hex | D6 | 7E | C7 | 0 | 29 | 7 | 10 | 136 | 34 | 43 |
| Octal | 326 | 176 | 307 | 0 | 51 | 7 | 20 | 466 | 64 | 103 |
| Binary | 11010110 | 1111110 | 11000111 | 0 | 101001 | 111 | 10000 | 100110110 | 110100 | 1000011 |
Color Harmonies of #D67EC7
Complementary color
Monochromatic Colors of #D67EC7
Black with #D67EC7
Text Example
Text Example
White with #D67EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EC7; }
p { color: rgb(214,126,199); }
H1.HeaderClassName
{
color: #D67EC7;
}
.AnyTagClassName
{
color: #D67EC7;
}
</style>
background-color css
<style>
a { background-color: #D67EC7; }
a { background-color: rgb(214,126,199); }
div.DivClassName
{
background-color: #D67EC7;
}
.BgClassName
{
background-color: #D67EC7;
}
</style>
border-color css
<style>
span { border-color: #D67EC7; }
span { border-color: rgb(214,126,199); }
td.TdClassName
{
border-color: #D67EC7;
}
.TagClassName
{
border-color: #D67EC7;
}
</style>