#D161D2

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

Shades of Orchid #D161D2

Tints of Orchid #D161D2

Color information

#D161D2 (or 0xD161D2) is unknown color: approx Orchid. HEX triplet: D1, 61 and D2. RGB value is (209,97,210). Sum of RGB (Red+Green+Blue) = 209+97+210=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #D161D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161D2 is #2E9E2D. Grayscale: #8F8F8F. Windows color (decimal): -3055150 or 13787601. OLE color: 13787601.

HSL color Cylindrical-coordinate representation of color #D161D2: hue angle of 299.47º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D161D2 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20997210-
CMYK0.000.5400.18
HSL299.47º55.67%60.2%-
HSV(B)299.47º53.81%82.35%-
XYZ42.226.7663.91-
YUV143.37165.61174.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 210 (82.42% from 255) = 40.70%
R=40.50%
G=18.80%
B=40.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209972100.000.5400.18299.4755.6760.2
HexD161D203601212b383c
Octal3211413220660224537074
Binary110100011100001110100100110110010010100101011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161D2; }

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

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

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

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

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

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

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

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