#D174CC

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

Shades of Orchid #D174CC

Tints of Orchid #D174CC

Color information

#D174CC (or 0xD174CC) is unknown color: approx Orchid. HEX triplet: D1, 74 and CC. RGB value is (209,116,204). Sum of RGB (Red+Green+Blue) = 209+116+204=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CC is #2E8B33. Grayscale: #999999. Windows color (decimal): -3050292 or 13399249. OLE color: 13399249.

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

Color convert

RGB209116204-
CMYK00.440.020.18
HSL303.23º50.27%63.73%-
HSV(B)303.23º44.5%81.96%-
XYZ43.4430.4160.71-
YUV153.84156.31167.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 116 (45.70% from 255) = 21.93%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=39.51%
G=21.93%
B=38.56%

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
Decimal20911620400.440.020.18303.2350.2763.73
HexD174CC02C21212f3240
Octal32116431405422245762100
Binary11010001111010011001100010110010100101001011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174CC; }

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

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

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

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

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

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

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

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