Shades of Orchid #D46CE7
Tints of Orchid #D46CE7
RGB
CMYK
RGB Variations
Color information
#D46CE7 (or 0xD46CE7) is known color: Orchid. HEX triplet: D4, 6C and E7. RGB value is (212,108,231). Sum of RGB (Red+Green+Blue) = 212+108+231=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #D46CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CE7 is #2B9318. Grayscale: #989898. Windows color (decimal): -2855705 or 15166676. OLE color: 15166676.
HSL color Cylindrical-coordinate representation of color #D46CE7: hue angle of 290.73º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46CE7 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 108 | 231 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.09 |
| HSL | 290.73º | 0.72% | 0.66% | - |
| HSV(B) | 290.73º | 0.53% | 0.91% | - |
| XYZ | 46.94 | 30.49 | 79.01 | - |
| YUV | 153.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 231 | 0.08 | 0.53 | 0 | 0.09 | 290.73 | 0.72 | 0.66 |
| Hex | D4 | 6C | E7 | 8 | 35 | 0 | 9 | 123 | 48 | 42 |
| Octal | 324 | 154 | 347 | 10 | 65 | 0 | 11 | 443 | 110 | 102 |
| Binary | 11010100 | 1101100 | 11100111 | 1000 | 110101 | 0 | 1001 | 100100011 | 1001000 | 1000010 |
Color Harmonies of #D46CE7
Complementary color
Monochromatic Colors of #D46CE7
Black with #D46CE7
Text Example
Text Example
White with #D46CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CE7; }
p { color: rgb(212,108,231); }
H1.HeaderClassName
{
color: #D46CE7;
}
.AnyTagClassName
{
color: #D46CE7;
}
</style>
background-color css
<style>
a { background-color: #D46CE7; }
a { background-color: rgb(212,108,231); }
div.DivClassName
{
background-color: #D46CE7;
}
.BgClassName
{
background-color: #D46CE7;
}
</style>
border-color css
<style>
span { border-color: #D46CE7; }
span { border-color: rgb(212,108,231); }
td.TdClassName
{
border-color: #D46CE7;
}
.TagClassName
{
border-color: #D46CE7;
}
</style>