#D46ABA

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

Shades of Orchid #D46ABA

Tints of Orchid #D46ABA

Color information

#D46ABA (or 0xD46ABA) is unknown color: approx Orchid. HEX triplet: D4, 6A and BA. RGB value is (212,106,186). Sum of RGB (Red+Green+Blue) = 212+106+186=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ABA is #2B9545. Grayscale: #929292. Windows color (decimal): -2856262 or 12217044. OLE color: 12217044.

HSL color Cylindrical-coordinate representation of color #D46ABA: hue angle of 314.72º 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 #D46ABA is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212106186-
CMYK00.50.120.17
HSL314.72º55.21%62.35%-
HSV(B)314.72º50%83.14%-
XYZ41.1727.8549.66-
YUV146.81150.12174.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=42.06%
G=21.03%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210618600.50.120.17314.7255.2162.35
HexD46ABA032C1113b373e
Octal32415227206214214736776
Binary110101001101010101110100110010110010001100111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46ABA; }

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

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

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

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

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

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

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

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