Shades of Orchid #D46BC8
Tints of Orchid #D46BC8
RGB
CMYK
RGB Variations
Color information
#D46BC8 (or 0xD46BC8) is known color: Orchid. HEX triplet: D4, 6B and C8. RGB value is (212,107,200). Sum of RGB (Red+Green+Blue) = 212+107+200=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BC8 is #2B9437. Grayscale: #949494. Windows color (decimal): -2855992 or 13134804. OLE color: 13134804.
HSL color Cylindrical-coordinate representation of color #D46BC8: hue angle of 306.86º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BC8 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 200 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.17 |
| HSL | 306.86º | 0.55% | 0.63% | - |
| HSV(B) | 306.86º | 0.5% | 0.83% | - |
| XYZ | 42.83 | 28.68 | 57.92 | - |
| YUV | 149 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 200 | 0 | 0.50 | 0.06 | 0.17 | 306.86 | 0.55 | 0.63 |
| Hex | D4 | 6B | C8 | 0 | 32 | 6 | 11 | 133 | 37 | 3F |
| Octal | 324 | 153 | 310 | 0 | 62 | 6 | 21 | 463 | 67 | 77 |
| Binary | 11010100 | 1101011 | 11001000 | 0 | 110010 | 110 | 10001 | 100110011 | 110111 | 111111 |
Color Harmonies of #D46BC8
Complementary color
Monochromatic Colors of #D46BC8
Black with #D46BC8
Text Example
Text Example
White with #D46BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BC8; }
p { color: rgb(212,107,200); }
H1.HeaderClassName
{
color: #D46BC8;
}
.AnyTagClassName
{
color: #D46BC8;
}
</style>
background-color css
<style>
a { background-color: #D46BC8; }
a { background-color: rgb(212,107,200); }
div.DivClassName
{
background-color: #D46BC8;
}
.BgClassName
{
background-color: #D46BC8;
}
</style>
border-color css
<style>
span { border-color: #D46BC8; }
span { border-color: rgb(212,107,200); }
td.TdClassName
{
border-color: #D46BC8;
}
.TagClassName
{
border-color: #D46BC8;
}
</style>