#D161E2

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

Shades of Orchid #D161E2

Tints of Orchid #D161E2

Color information

#D161E2 (or 0xD161E2) is unknown color: approx Orchid. HEX triplet: D1, 61 and E2. RGB value is (209,97,226). Sum of RGB (Red+Green+Blue) = 209+97+226=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #D161E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161E2 is #2E9E1D. Grayscale: #909090. Windows color (decimal): -3055134 or 14836177. OLE color: 14836177.

HSL color Cylindrical-coordinate representation of color #D161E2: hue angle of 292.09º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D161E2 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20997226-
CMYK0.080.5700.11
HSL292.09º68.98%63.33%-
HSV(B)292.09º57.08%88.63%-
XYZ44.327.674.94-
YUV145.19173.61173.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 97 (38.28% from 255) = 18.23%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=39.29%
G=18.23%
B=42.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209972260.080.5700.11292.0968.9863.33
HexD161E28390B124453f
Octal321141342107101344410577
Binary110100011100001111000101000111001010111001001001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161E2; }

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

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

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

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

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

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

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

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