Shades of Orchid #D46FC9
Tints of Orchid #D46FC9
RGB
CMYK
RGB Variations
Color information
#D46FC9 (or 0xD46FC9) is known color: Orchid. HEX triplet: D4, 6F and C9. RGB value is (212,111,201). Sum of RGB (Red+Green+Blue) = 212+111+201=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FC9 is #2B9036. Grayscale: #979797. Windows color (decimal): -2854967 or 13201364. OLE color: 13201364.
HSL color Cylindrical-coordinate representation of color #D46FC9: hue angle of 306.53º 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 #D46FC9 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 201 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.17 |
| HSL | 306.53º | 0.54% | 0.63% | - |
| HSV(B) | 306.53º | 0.48% | 0.83% | - |
| XYZ | 43.38 | 29.58 | 58.68 | - |
| YUV | 151.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 201 | 0 | 0.48 | 0.05 | 0.17 | 306.53 | 0.54 | 0.63 |
| Hex | D4 | 6F | C9 | 0 | 30 | 5 | 11 | 133 | 36 | 3F |
| Octal | 324 | 157 | 311 | 0 | 60 | 5 | 21 | 463 | 66 | 77 |
| Binary | 11010100 | 1101111 | 11001001 | 0 | 110000 | 101 | 10001 | 100110011 | 110110 | 111111 |
Color Harmonies of #D46FC9
Complementary color
Monochromatic Colors of #D46FC9
Black with #D46FC9
Text Example
Text Example
White with #D46FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FC9; }
p { color: rgb(212,111,201); }
H1.HeaderClassName
{
color: #D46FC9;
}
.AnyTagClassName
{
color: #D46FC9;
}
</style>
background-color css
<style>
a { background-color: #D46FC9; }
a { background-color: rgb(212,111,201); }
div.DivClassName
{
background-color: #D46FC9;
}
.BgClassName
{
background-color: #D46FC9;
}
</style>
border-color css
<style>
span { border-color: #D46FC9; }
span { border-color: rgb(212,111,201); }
td.TdClassName
{
border-color: #D46FC9;
}
.TagClassName
{
border-color: #D46FC9;
}
</style>