#D46AC1

Color #D46AC1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D46AC1

Tints of Orchid #D46AC1

Color information

#D46AC1 (or 0xD46AC1) is unknown color: approx Orchid. HEX triplet: D4, 6A and C1. RGB value is (212,106,193). Sum of RGB (Red+Green+Blue) = 212+106+193=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46AC1 is #2B953E. Grayscale: #939393. Windows color (decimal): -2856255 or 12675796. OLE color: 12675796.

HSL color Cylindrical-coordinate representation of color #D46AC1: hue angle of 310.75º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46AC1 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212106193-
CMYK00.50.090.17
HSL310.75º55.21%62.35%-
HSV(B)310.75º50%83.14%-
XYZ41.9328.1653.68-
YUV147.61153.62173.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=41.49%
G=20.74%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210619300.50.090.17310.7555.2162.35
HexD46AC1032911137373e
Octal32415230106211214676776
Binary110101001101010110000010110010100110001100110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46AC1; }

 p { color: rgb(212,106,193); }

 H1.HeaderClassName
 {
   color: #D46AC1;
 }
 .AnyTagClassName
 {
   color: #D46AC1;
 }
</style>
background-color css

<style>
 a { background-color: #D46AC1; }

 a { background-color: rgb(212,106,193); }

 div.DivClassName
 {
   background-color: #D46AC1;
 }
 .BgClassName
 {
   background-color: #D46AC1;
 }
</style>
border-color css

<style>
 span { border-color: #D46AC1; }

 span { border-color: rgb(212,106,193); }

 td.TdClassName
 {
   border-color: #D46AC1;
 }
 .TagClassName
 {
   border-color: #D46AC1;
 }
</style>