Shades of Orchid #D46ECB
Tints of Orchid #D46ECB
RGB
CMYK
RGB Variations
Color information
#D46ECB (or 0xD46ECB) is known color: Orchid. HEX triplet: D4, 6E and CB. RGB value is (212,110,203). Sum of RGB (Red+Green+Blue) = 212+110+203=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ECB is #2B9134. Grayscale: #969696. Windows color (decimal): -2855221 or 13332180. OLE color: 13332180.
HSL color Cylindrical-coordinate representation of color #D46ECB: hue angle of 305.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46ECB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 203 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.17 |
| HSL | 305.29º | 0.54% | 0.63% | - |
| HSV(B) | 305.29º | 0.48% | 0.83% | - |
| XYZ | 43.51 | 29.46 | 59.89 | - |
| YUV | 151.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 203 | 0 | 0.48 | 0.04 | 0.17 | 305.29 | 0.54 | 0.63 |
| Hex | D4 | 6E | CB | 0 | 30 | 4 | 11 | 131 | 36 | 3F |
| Octal | 324 | 156 | 313 | 0 | 60 | 4 | 21 | 461 | 66 | 77 |
| Binary | 11010100 | 1101110 | 11001011 | 0 | 110000 | 100 | 10001 | 100110001 | 110110 | 111111 |
Color Harmonies of #D46ECB
Complementary color
Monochromatic Colors of #D46ECB
Black with #D46ECB
Text Example
Text Example
White with #D46ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46ECB; }
p { color: rgb(212,110,203); }
H1.HeaderClassName
{
color: #D46ECB;
}
.AnyTagClassName
{
color: #D46ECB;
}
</style>
background-color css
<style>
a { background-color: #D46ECB; }
a { background-color: rgb(212,110,203); }
div.DivClassName
{
background-color: #D46ECB;
}
.BgClassName
{
background-color: #D46ECB;
}
</style>
border-color css
<style>
span { border-color: #D46ECB; }
span { border-color: rgb(212,110,203); }
td.TdClassName
{
border-color: #D46ECB;
}
.TagClassName
{
border-color: #D46ECB;
}
</style>