#D46BB5

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

Shades of Orchid #D46BB5

Tints of Orchid #D46BB5

Color information

#D46BB5 (or 0xD46BB5) is unknown color: approx Orchid. HEX triplet: D4, 6B and B5. RGB value is (212,107,181). Sum of RGB (Red+Green+Blue) = 212+107+181=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BB5 is #2B944A. Grayscale: #929292. Windows color (decimal): -2856011 or 11889620. OLE color: 11889620.

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

Color convert

RGB212107181-
CMYK00.500.150.17
HSL317.71º54.97%62.55%-
HSV(B)317.71º49.53%83.14%-
XYZ40.7527.8546.94-
YUV146.83147.29174.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.4%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 181 (71.09% from 255) = 36.2%
R=42.4%
G=21.4%
B=36.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210718100.500.150.17317.7154.9762.55
HexD46BB5032F1113e373f
Octal32415326506217214766777
Binary110101001101011101101010110010111110001100111110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BB5; }

 p { color: rgb(212,107,181); }

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

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

 a { background-color: rgb(212,107,181); }

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

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

 span { border-color: rgb(212,107,181); }

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