#D164D2

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

Shades of Orchid #D164D2

Tints of Orchid #D164D2

Color information

#D164D2 (or 0xD164D2) is unknown color: approx Orchid. HEX triplet: D1, 64 and D2. RGB value is (209,100,210). Sum of RGB (Red+Green+Blue) = 209+100+210=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #D164D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164D2 is #2E9B2D. Grayscale: #909090. Windows color (decimal): -3054382 or 13788369. OLE color: 13788369.

HSL color Cylindrical-coordinate representation of color #D164D2: hue angle of 299.45º degrees, saturation: 0.55, 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 #D164D2 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209100210-
CMYK0.000.5200.18
HSL299.45º55%60.78%-
HSV(B)299.45º52.38%82.35%-
XYZ42.4827.3264.01-
YUV145.13164.61173.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=40.27%
G=19.27%
B=40.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091002100.000.5200.18299.455560.78
HexD164D203401212b373d
Octal3211443220640224536775
Binary110100011100100110100100110100010010100101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164D2; }

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

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

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

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

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

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

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

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