Shades of Orchid #D67EC5
Tints of Orchid #D67EC5
RGB
CMYK
RGB Variations
Color information
#D67EC5 (or 0xD67EC5) is known color: Orchid. HEX triplet: D6, 7E and C5. RGB value is (214,126,197). Sum of RGB (Red+Green+Blue) = 214+126+197=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EC5 is #29813A. Grayscale: #A0A0A0. Windows color (decimal): -2720059 or 12943062. OLE color: 12943062.
HSL color Cylindrical-coordinate representation of color #D67EC5: hue angle of 311.59º 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 #D67EC5 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 197 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.16 |
| HSL | 311.59º | 0.52% | 0.67% | - |
| HSV(B) | 311.59º | 0.41% | 0.84% | - |
| XYZ | 45.27 | 33.25 | 56.86 | - |
| YUV | 160.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 197 | 0 | 0.41 | 0.08 | 0.16 | 311.59 | 0.52 | 0.67 |
| Hex | D6 | 7E | C5 | 0 | 29 | 8 | 10 | 138 | 34 | 43 |
| Octal | 326 | 176 | 305 | 0 | 51 | 10 | 20 | 470 | 64 | 103 |
| Binary | 11010110 | 1111110 | 11000101 | 0 | 101001 | 1000 | 10000 | 100111000 | 110100 | 1000011 |
Color Harmonies of #D67EC5
Complementary color
Monochromatic Colors of #D67EC5
Black with #D67EC5
Text Example
Text Example
White with #D67EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67EC5; }
p { color: rgb(214,126,197); }
H1.HeaderClassName
{
color: #D67EC5;
}
.AnyTagClassName
{
color: #D67EC5;
}
</style>
background-color css
<style>
a { background-color: #D67EC5; }
a { background-color: rgb(214,126,197); }
div.DivClassName
{
background-color: #D67EC5;
}
.BgClassName
{
background-color: #D67EC5;
}
</style>
border-color css
<style>
span { border-color: #D67EC5; }
span { border-color: rgb(214,126,197); }
td.TdClassName
{
border-color: #D67EC5;
}
.TagClassName
{
border-color: #D67EC5;
}
</style>