#D174DA

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

Shades of Orchid #D174DA

Tints of Orchid #D174DA

Color information

#D174DA (or 0xD174DA) is unknown color: approx Orchid. HEX triplet: D1, 74 and DA. RGB value is (209,116,218). Sum of RGB (Red+Green+Blue) = 209+116+218=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D174DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174DA is #2E8B25. Grayscale: #9B9B9B. Windows color (decimal): -3050278 or 14316753. OLE color: 14316753.

HSL color Cylindrical-coordinate representation of color #D174DA: hue angle of 294.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D174DA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209116218-
CMYK0.040.4700.15
HSL294.71º57.95%65.49%-
HSV(B)294.71º46.79%85.49%-
XYZ45.1931.1169.95-
YUV155.44163.31166.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 116 (45.70% from 255) = 21.36%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=38.49%
G=21.36%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091162180.040.4700.15294.7157.9565.49
HexD174DA42F0F1273a41
Octal32116433245701744772101
Binary11010001111010011011010100101111011111001001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174DA; }

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

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

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

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

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

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

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

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