#D175D7

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

Shades of Orchid #D175D7

Tints of Orchid #D175D7

Color information

#D175D7 (or 0xD175D7) is unknown color: approx Orchid. HEX triplet: D1, 75 and D7. RGB value is (209,117,215). Sum of RGB (Red+Green+Blue) = 209+117+215=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #D175D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D7 is #2E8A28. Grayscale: #9B9B9B. Windows color (decimal): -3050025 or 14120401. OLE color: 14120401.

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

Color convert

RGB209117215-
CMYK0.030.4600.16
HSL296.33º55.06%65.1%-
HSV(B)296.33º45.58%84.31%-
XYZ44.9231.1867.94-
YUV155.68161.48166.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=38.63%
G=21.63%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091172150.030.4600.16296.3355.0665.1
HexD175D732E0101283741
Octal32116532735602045067101
Binary11010001111010111010111111011100100001001010001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175D7; }

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

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

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

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

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

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

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

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