Shades of Orchid #D46BE5
Tints of Orchid #D46BE5
RGB
CMYK
RGB Variations
Color information
#D46BE5 (or 0xD46BE5) is known color: Orchid. HEX triplet: D4, 6B and E5. RGB value is (212,107,229). Sum of RGB (Red+Green+Blue) = 212+107+229=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #D46BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BE5 is #2B941A. Grayscale: #979797. Windows color (decimal): -2855963 or 15035348. OLE color: 15035348.
HSL color Cylindrical-coordinate representation of color #D46BE5: hue angle of 291.64º degrees, saturation: 0.7, 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 #D46BE5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 107 | 229 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.10 |
| HSL | 291.64º | 0.7% | 0.66% | - |
| HSV(B) | 291.64º | 0.53% | 0.9% | - |
| XYZ | 46.55 | 30.17 | 77.5 | - |
| YUV | 152.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 229 | 0.07 | 0.53 | 0 | 0.10 | 291.64 | 0.7 | 0.66 |
| Hex | D4 | 6B | E5 | 7 | 35 | 0 | A | 124 | 46 | 42 |
| Octal | 324 | 153 | 345 | 7 | 65 | 0 | 12 | 444 | 106 | 102 |
| Binary | 11010100 | 1101011 | 11100101 | 111 | 110101 | 0 | 1010 | 100100100 | 1000110 | 1000010 |
Color Harmonies of #D46BE5
Complementary color
Monochromatic Colors of #D46BE5
Black with #D46BE5
Text Example
Text Example
White with #D46BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BE5; }
p { color: rgb(212,107,229); }
H1.HeaderClassName
{
color: #D46BE5;
}
.AnyTagClassName
{
color: #D46BE5;
}
</style>
background-color css
<style>
a { background-color: #D46BE5; }
a { background-color: rgb(212,107,229); }
div.DivClassName
{
background-color: #D46BE5;
}
.BgClassName
{
background-color: #D46BE5;
}
</style>
border-color css
<style>
span { border-color: #D46BE5; }
span { border-color: rgb(212,107,229); }
td.TdClassName
{
border-color: #D46BE5;
}
.TagClassName
{
border-color: #D46BE5;
}
</style>