#D175CD

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

Shades of Orchid #D175CD

Tints of Orchid #D175CD

Color information

#D175CD (or 0xD175CD) is unknown color: approx Orchid. HEX triplet: D1, 75 and CD. RGB value is (209,117,205). Sum of RGB (Red+Green+Blue) = 209+117+205=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CD is #2E8A32. Grayscale: #9A9A9A. Windows color (decimal): -3050035 or 13465041. OLE color: 13465041.

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

Color convert

RGB209117205-
CMYK00.440.020.18
HSL302.61º50%63.92%-
HSV(B)302.61º44.02%81.96%-
XYZ43.6830.6961.38-
YUV154.54156.48166.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=39.36%
G=22.03%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911720500.440.020.18302.615063.92
HexD175CD02C21212f3240
Octal32116531505422245762100
Binary11010001111010111001101010110010100101001011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175CD; }

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

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

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

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

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

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

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

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