Shades of Orchid #D46FCC
Tints of Orchid #D46FCC
RGB
CMYK
RGB Variations
Color information
#D46FCC (or 0xD46FCC) is known color: Orchid. HEX triplet: D4, 6F and CC. RGB value is (212,111,204). Sum of RGB (Red+Green+Blue) = 212+111+204=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FCC is #2B9033. Grayscale: #979797. Windows color (decimal): -2854964 or 13397972. OLE color: 13397972.
HSL color Cylindrical-coordinate representation of color #D46FCC: hue angle of 304.75º 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 #D46FCC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 204 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.17 |
| HSL | 304.75º | 0.54% | 0.63% | - |
| HSV(B) | 304.75º | 0.48% | 0.83% | - |
| XYZ | 43.73 | 29.73 | 60.56 | - |
| YUV | 151.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 204 | 0 | 0.48 | 0.04 | 0.17 | 304.75 | 0.54 | 0.63 |
| Hex | D4 | 6F | CC | 0 | 30 | 4 | 11 | 131 | 36 | 3F |
| Octal | 324 | 157 | 314 | 0 | 60 | 4 | 21 | 461 | 66 | 77 |
| Binary | 11010100 | 1101111 | 11001100 | 0 | 110000 | 100 | 10001 | 100110001 | 110110 | 111111 |
Color Harmonies of #D46FCC
Complementary color
Monochromatic Colors of #D46FCC
Black with #D46FCC
Text Example
Text Example
White with #D46FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FCC; }
p { color: rgb(212,111,204); }
H1.HeaderClassName
{
color: #D46FCC;
}
.AnyTagClassName
{
color: #D46FCC;
}
</style>
background-color css
<style>
a { background-color: #D46FCC; }
a { background-color: rgb(212,111,204); }
div.DivClassName
{
background-color: #D46FCC;
}
.BgClassName
{
background-color: #D46FCC;
}
</style>
border-color css
<style>
span { border-color: #D46FCC; }
span { border-color: rgb(212,111,204); }
td.TdClassName
{
border-color: #D46FCC;
}
.TagClassName
{
border-color: #D46FCC;
}
</style>