#D46CB9

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

Shades of Orchid #D46CB9

Tints of Orchid #D46CB9

Color information

#D46CB9 (or 0xD46CB9) is unknown color: approx Orchid. HEX triplet: D4, 6C and B9. RGB value is (212,108,185). Sum of RGB (Red+Green+Blue) = 212+108+185=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CB9 is #2B9346. Grayscale: #939393. Windows color (decimal): -2855751 or 12152020. OLE color: 12152020.

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

Color convert

RGB212108185-
CMYK00.490.130.17
HSL315.58º54.74%62.75%-
HSV(B)315.58º49.06%83.14%-
XYZ41.2728.2249.17-
YUV147.87148.96173.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=41.98%
G=21.39%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210818500.490.130.17315.5854.7462.75
HexD46CB9031D1113c373f
Octal32415427106115214746777
Binary110101001101100101110010110001110110001100111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46CB9; }

 p { color: rgb(212,108,185); }

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

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

 a { background-color: rgb(212,108,185); }

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

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

 span { border-color: rgb(212,108,185); }

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