Shades of Orchid #D46CBC
Tints of Orchid #D46CBC
RGB
CMYK
RGB Variations
Color information
#D46CBC (or 0xD46CBC) is known color: Orchid. HEX triplet: D4, 6C and BC. RGB value is (212,108,188). Sum of RGB (Red+Green+Blue) = 212+108+188=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CBC is #2B9343. Grayscale: #949494. Windows color (decimal): -2855748 or 12348628. OLE color: 12348628.
HSL color Cylindrical-coordinate representation of color #D46CBC: hue angle of 313.85º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46CBC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 188 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.17 |
| HSL | 313.85º | 0.55% | 0.63% | - |
| HSV(B) | 313.85º | 0.49% | 0.83% | - |
| XYZ | 41.59 | 28.35 | 50.86 | - |
| YUV | 148.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 188 | 0 | 0.49 | 0.11 | 0.17 | 313.85 | 0.55 | 0.63 |
| Hex | D4 | 6C | BC | 0 | 31 | B | 11 | 13A | 37 | 3F |
| Octal | 324 | 154 | 274 | 0 | 61 | 13 | 21 | 472 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10111100 | 0 | 110001 | 1011 | 10001 | 100111010 | 110111 | 111111 |
Color Harmonies of #D46CBC
Complementary color
Monochromatic Colors of #D46CBC
Black with #D46CBC
Text Example
Text Example
White with #D46CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CBC; }
p { color: rgb(212,108,188); }
H1.HeaderClassName
{
color: #D46CBC;
}
.AnyTagClassName
{
color: #D46CBC;
}
</style>
background-color css
<style>
a { background-color: #D46CBC; }
a { background-color: rgb(212,108,188); }
div.DivClassName
{
background-color: #D46CBC;
}
.BgClassName
{
background-color: #D46CBC;
}
</style>
border-color css
<style>
span { border-color: #D46CBC; }
span { border-color: rgb(212,108,188); }
td.TdClassName
{
border-color: #D46CBC;
}
.TagClassName
{
border-color: #D46CBC;
}
</style>