#D175D0

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

Shades of Orchid #D175D0

Tints of Orchid #D175D0

Color information

#D175D0 (or 0xD175D0) is unknown color: approx Orchid. HEX triplet: D1, 75 and D0. RGB value is (209,117,208). Sum of RGB (Red+Green+Blue) = 209+117+208=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D175D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D0 is #2E8A2F. Grayscale: #9A9A9A. Windows color (decimal): -3050032 or 13661649. OLE color: 13661649.

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

Color convert

RGB209117208-
CMYK00.440.000.18
HSL300.65º50%63.92%-
HSV(B)300.65º44.02%81.96%-
XYZ44.0430.8363.3-
YUV154.88157.98166.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=39.14%
G=21.91%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911720800.440.000.18300.655063.92
HexD175D002C01212d3240
Octal32116532005402245562100
Binary1101000111101011101000001011000100101001011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175D0; }

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

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

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

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

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

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

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

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