#D46DC5

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

Shades of Orchid #D46DC5

Tints of Orchid #D46DC5

Color information

#D46DC5 (or 0xD46DC5) is unknown color: approx Orchid. HEX triplet: D4, 6D and C5. RGB value is (212,109,197). Sum of RGB (Red+Green+Blue) = 212+109+197=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DC5 is #2B923A. Grayscale: #959595. Windows color (decimal): -2855483 or 12938708. OLE color: 12938708.

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

Color convert

RGB212109197-
CMYK00.490.070.17
HSL308.74º54.5%62.94%-
HSV(B)308.74º48.58%83.14%-
XYZ42.728.9756.16-
YUV149.83154.62172.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 197 (77.34% from 255) = 38.03%
R=40.93%
G=21.04%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210919700.490.070.17308.7454.562.94
HexD46DC5031711135363f
Octal3241553050617214656677
Binary11010100110110111000101011000111110001100110101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DC5; }

 p { color: rgb(212,109,197); }

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

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

 a { background-color: rgb(212,109,197); }

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

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

 span { border-color: rgb(212,109,197); }

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