#D175CB

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

Shades of Orchid #D175CB

Tints of Orchid #D175CB

Color information

#D175CB (or 0xD175CB) is unknown color: approx Orchid. HEX triplet: D1, 75 and CB. RGB value is (209,117,203). Sum of RGB (Red+Green+Blue) = 209+117+203=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CB is #2E8A34. Grayscale: #9A9A9A. Windows color (decimal): -3050037 or 13333969. OLE color: 13333969.

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

Color convert

RGB209117203-
CMYK00.440.030.18
HSL303.91º50%63.92%-
HSV(B)303.91º44.02%81.96%-
XYZ43.4430.5960.12-
YUV154.31155.48167.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=39.51%
G=22.12%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911720300.440.030.18303.915063.92
HexD175CB02C3121303240
Octal32116531305432246062100
Binary11010001111010111001011010110011100101001100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175CB; }

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

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

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

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

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

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

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

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