Shades of Orchid #D46CE6
Tints of Orchid #D46CE6
RGB
CMYK
RGB Variations
Color information
#D46CE6 (or 0xD46CE6) is known color: Orchid. HEX triplet: D4, 6C and E6. RGB value is (212,108,230). Sum of RGB (Red+Green+Blue) = 212+108+230=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #D46CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CE6 is #2B9319. Grayscale: #989898. Windows color (decimal): -2855706 or 15101140. OLE color: 15101140.
HSL color Cylindrical-coordinate representation of color #D46CE6: hue angle of 291.15º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46CE6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 108 | 230 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.10 |
| HSL | 291.15º | 0.71% | 0.66% | - |
| HSV(B) | 291.15º | 0.53% | 0.9% | - |
| XYZ | 46.8 | 30.44 | 78.27 | - |
| YUV | 153 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 230 | 0.08 | 0.53 | 0 | 0.10 | 291.15 | 0.71 | 0.66 |
| Hex | D4 | 6C | E6 | 8 | 35 | 0 | A | 123 | 47 | 42 |
| Octal | 324 | 154 | 346 | 10 | 65 | 0 | 12 | 443 | 107 | 102 |
| Binary | 11010100 | 1101100 | 11100110 | 1000 | 110101 | 0 | 1010 | 100100011 | 1000111 | 1000010 |
Color Harmonies of #D46CE6
Complementary color
Monochromatic Colors of #D46CE6
Black with #D46CE6
Text Example
Text Example
White with #D46CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CE6; }
p { color: rgb(212,108,230); }
H1.HeaderClassName
{
color: #D46CE6;
}
.AnyTagClassName
{
color: #D46CE6;
}
</style>
background-color css
<style>
a { background-color: #D46CE6; }
a { background-color: rgb(212,108,230); }
div.DivClassName
{
background-color: #D46CE6;
}
.BgClassName
{
background-color: #D46CE6;
}
</style>
border-color css
<style>
span { border-color: #D46CE6; }
span { border-color: rgb(212,108,230); }
td.TdClassName
{
border-color: #D46CE6;
}
.TagClassName
{
border-color: #D46CE6;
}
</style>