#D175D1

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

Shades of Orchid #D175D1

Tints of Orchid #D175D1

Color information

#D175D1 (or 0xD175D1) is unknown color: approx Orchid. HEX triplet: D1, 75 and D1. RGB value is (209,117,209). Sum of RGB (Red+Green+Blue) = 209+117+209=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D175D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D1 is #2E8A2E. Grayscale: #9A9A9A. Windows color (decimal): -3050031 or 13727185. OLE color: 13727185.

HSL color Cylindrical-coordinate representation of color #D175D1: hue angle of 300º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D175D1 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB209117209-
CMYK00.4400.18
HSL300º50%63.92%-
HSV(B)300º44.02%81.96%-
XYZ44.1630.8863.95-
YUV155158.48166.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=39.07%
G=21.87%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911720900.4400.183005063.92
HexD175D102C01212c3240
Octal32116532105402245462100
Binary1101000111101011101000101011000100101001011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175D1; }

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

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

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

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

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

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

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

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