#D161D8

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

Shades of Orchid #D161D8

Tints of Orchid #D161D8

Color information

#D161D8 (or 0xD161D8) is unknown color: approx Orchid. HEX triplet: D1, 61 and D8. RGB value is (209,97,216). Sum of RGB (Red+Green+Blue) = 209+97+216=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #D161D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161D8 is #2E9E27. Grayscale: #8F8F8F. Windows color (decimal): -3055144 or 14180817. OLE color: 14180817.

HSL color Cylindrical-coordinate representation of color #D161D8: hue angle of 296.47º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D161D8 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20997216-
CMYK0.030.5500.15
HSL296.47º60.41%61.37%-
HSV(B)296.47º55.09%84.71%-
XYZ42.9627.0667.92-
YUV144.05168.61174.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 97 (38.28% from 255) = 18.58%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=40.04%
G=18.58%
B=41.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209972160.030.5500.15296.4760.4161.37
HexD161D83370F1283c3d
Octal3211413303670174507475
Binary110100011100001110110001111011101111100101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161D8; }

 p { color: rgb(209,97,216); }

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

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

 a { background-color: rgb(209,97,216); }

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

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

 span { border-color: rgb(209,97,216); }

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