#D174C5

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

Shades of Orchid #D174C5

Tints of Orchid #D174C5

Color information

#D174C5 (or 0xD174C5) is unknown color: approx Orchid. HEX triplet: D1, 74 and C5. RGB value is (209,116,197). Sum of RGB (Red+Green+Blue) = 209+116+197=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D174C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174C5 is #2E8B3A. Grayscale: #989898. Windows color (decimal): -3050299 or 12940497. OLE color: 12940497.

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

Color convert

RGB209116197-
CMYK00.440.060.18
HSL307.74º50.27%63.73%-
HSV(B)307.74º44.5%81.96%-
XYZ42.6230.0856.38-
YUV153.04152.81167.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=40.04%
G=22.22%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911619700.440.060.18307.7450.2763.73
HexD174C502C6121343240
Octal32116430505462246462100
Binary110100011110100110001010101100110100101001101001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174C5; }

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

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

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

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

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

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

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

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