Shades of Orchid #D67ECC
Tints of Orchid #D67ECC
RGB
CMYK
RGB Variations
Color information
#D67ECC (or 0xD67ECC) is known color: Orchid. HEX triplet: D6, 7E and CC. RGB value is (214,126,204). Sum of RGB (Red+Green+Blue) = 214+126+204=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ECC is #298133. Grayscale: #A0A0A0. Windows color (decimal): -2720052 or 13401814. OLE color: 13401814.
HSL color Cylindrical-coordinate representation of color #D67ECC: hue angle of 306.82º 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 #D67ECC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 204 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.16 |
| HSL | 306.82º | 0.52% | 0.67% | - |
| HSV(B) | 306.82º | 0.41% | 0.84% | - |
| XYZ | 46.09 | 33.58 | 61.18 | - |
| YUV | 161.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 204 | 0 | 0.41 | 0.05 | 0.16 | 306.82 | 0.52 | 0.67 |
| Hex | D6 | 7E | CC | 0 | 29 | 5 | 10 | 133 | 34 | 43 |
| Octal | 326 | 176 | 314 | 0 | 51 | 5 | 20 | 463 | 64 | 103 |
| Binary | 11010110 | 1111110 | 11001100 | 0 | 101001 | 101 | 10000 | 100110011 | 110100 | 1000011 |
Color Harmonies of #D67ECC
Complementary color
Monochromatic Colors of #D67ECC
Black with #D67ECC
Text Example
Text Example
White with #D67ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ECC; }
p { color: rgb(214,126,204); }
H1.HeaderClassName
{
color: #D67ECC;
}
.AnyTagClassName
{
color: #D67ECC;
}
</style>
background-color css
<style>
a { background-color: #D67ECC; }
a { background-color: rgb(214,126,204); }
div.DivClassName
{
background-color: #D67ECC;
}
.BgClassName
{
background-color: #D67ECC;
}
</style>
border-color css
<style>
span { border-color: #D67ECC; }
span { border-color: rgb(214,126,204); }
td.TdClassName
{
border-color: #D67ECC;
}
.TagClassName
{
border-color: #D67ECC;
}
</style>