#D164D7

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

Shades of Orchid #D164D7

Tints of Orchid #D164D7

Color information

#D164D7 (or 0xD164D7) is unknown color: approx Orchid. HEX triplet: D1, 64 and D7. RGB value is (209,100,215). Sum of RGB (Red+Green+Blue) = 209+100+215=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #D164D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164D7 is #2E9B28. Grayscale: #919191. Windows color (decimal): -3054377 or 14116049. OLE color: 14116049.

HSL color Cylindrical-coordinate representation of color #D164D7: hue angle of 296.87º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D164D7 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209100215-
CMYK0.030.5300.16
HSL296.87º58.97%61.76%-
HSV(B)296.87º53.49%84.31%-
XYZ43.1227.5867.34-
YUV145.7167.11173.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 100 (39.45% from 255) = 19.08%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=39.89%
G=19.08%
B=41.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091002150.030.5300.16296.8758.9761.76
HexD164D73350101293b3e
Octal3211443273650204517376
Binary1101000111001001101011111110101010000100101001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164D7; }

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

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

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

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

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

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

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

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