#D161DA

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

Shades of Orchid #D161DA

Tints of Orchid #D161DA

Color information

#D161DA (or 0xD161DA) is unknown color: approx Orchid. HEX triplet: D1, 61 and DA. RGB value is (209,97,218). Sum of RGB (Red+Green+Blue) = 209+97+218=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #D161DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161DA is #2E9E25. Grayscale: #8F8F8F. Windows color (decimal): -3055142 or 14311889. OLE color: 14311889.

HSL color Cylindrical-coordinate representation of color #D161DA: hue angle of 295.54º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D161DA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20997218-
CMYK0.040.5600.15
HSL295.54º62.05%61.76%-
HSV(B)295.54º55.5%85.49%-
XYZ43.2227.1769.3-
YUV144.28169.61174.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 97 (38.28% from 255) = 18.51%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=39.89%
G=18.51%
B=41.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209972180.040.5600.15295.5462.0561.76
HexD161DA4380F1283e3e
Octal3211413324700174507676
Binary1101000111000011101101010011100001111100101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161DA; }

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

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

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

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

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

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

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

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