#D175CC

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

Shades of Orchid #D175CC

Tints of Orchid #D175CC

Color information

#D175CC (or 0xD175CC) is unknown color: approx Orchid. HEX triplet: D1, 75 and CC. RGB value is (209,117,204). Sum of RGB (Red+Green+Blue) = 209+117+204=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CC is #2E8A33. Grayscale: #9A9A9A. Windows color (decimal): -3050036 or 13399505. OLE color: 13399505.

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

Color convert

RGB209117204-
CMYK00.440.020.18
HSL303.26º50%63.92%-
HSV(B)303.26º44.02%81.96%-
XYZ43.5530.6460.74-
YUV154.43155.98166.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=39.43%
G=22.08%
B=38.49%

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
Decimal20911720400.440.020.18303.265063.92
HexD175CC02C21212f3240
Octal32116531405422245762100
Binary11010001111010111001100010110010100101001011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175CC; }

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

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

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

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

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

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

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

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