Shades of Orchid #D66ECB
Tints of Orchid #D66ECB
RGB
CMYK
RGB Variations
Color information
#D66ECB (or 0xD66ECB) is known color: Orchid. HEX triplet: D6, 6E and CB. RGB value is (214,110,203). Sum of RGB (Red+Green+Blue) = 214+110+203=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECB is #299134. Grayscale: #979797. Windows color (decimal): -2724149 or 13332182. OLE color: 13332182.
HSL color Cylindrical-coordinate representation of color #D66ECB: hue angle of 306.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66ECB is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 203 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.16 |
| HSL | 306.35º | 0.56% | 0.64% | - |
| HSV(B) | 306.35º | 0.49% | 0.84% | - |
| XYZ | 44.09 | 29.76 | 59.92 | - |
| YUV | 151.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 203 | 0 | 0.49 | 0.05 | 0.16 | 306.35 | 0.56 | 0.64 |
| Hex | D6 | 6E | CB | 0 | 31 | 5 | 10 | 132 | 38 | 40 |
| Octal | 326 | 156 | 313 | 0 | 61 | 5 | 20 | 462 | 70 | 100 |
| Binary | 11010110 | 1101110 | 11001011 | 0 | 110001 | 101 | 10000 | 100110010 | 111000 | 1000000 |
Color Harmonies of #D66ECB
Complementary color
Monochromatic Colors of #D66ECB
Black with #D66ECB
Text Example
Text Example
White with #D66ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ECB; }
p { color: rgb(214,110,203); }
H1.HeaderClassName
{
color: #D66ECB;
}
.AnyTagClassName
{
color: #D66ECB;
}
</style>
background-color css
<style>
a { background-color: #D66ECB; }
a { background-color: rgb(214,110,203); }
div.DivClassName
{
background-color: #D66ECB;
}
.BgClassName
{
background-color: #D66ECB;
}
</style>
border-color css
<style>
span { border-color: #D66ECB; }
span { border-color: rgb(214,110,203); }
td.TdClassName
{
border-color: #D66ECB;
}
.TagClassName
{
border-color: #D66ECB;
}
</style>