#D164D0

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

Shades of Orchid #D164D0

Tints of Orchid #D164D0

Color information

#D164D0 (or 0xD164D0) is unknown color: approx Orchid. HEX triplet: D1, 64 and D0. RGB value is (209,100,208). Sum of RGB (Red+Green+Blue) = 209+100+208=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D164D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164D0 is #2E9B2F. Grayscale: #909090. Windows color (decimal): -3054384 or 13657297. OLE color: 13657297.

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

Color convert

RGB209100208-
CMYK00.520.000.18
HSL300.55º54.23%60.59%-
HSV(B)300.55º52.15%81.96%-
XYZ42.2427.2262.7-
YUV144.9163.61173.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=40.43%
G=19.34%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910020800.520.000.18300.5554.2360.59
HexD164D003401212d363d
Octal3211443200640224556675
Binary110100011100100110100000110100010010100101101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164D0; }

 p { color: rgb(209,100,208); }

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

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

 a { background-color: rgb(209,100,208); }

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

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

 span { border-color: rgb(209,100,208); }

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