#D171C9

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

Shades of Orchid #D171C9

Tints of Orchid #D171C9

Color information

#D171C9 (or 0xD171C9) is unknown color: approx Orchid. HEX triplet: D1, 71 and C9. RGB value is (209,113,201). Sum of RGB (Red+Green+Blue) = 209+113+201=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D171C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171C9 is #2E8E36. Grayscale: #979797. Windows color (decimal): -3051063 or 13201873. OLE color: 13201873.

HSL color Cylindrical-coordinate representation of color #D171C9: hue angle of 305º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171C9 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB209113201-
CMYK00.460.040.18
HSL305º51.06%63.14%-
HSV(B)305º45.93%81.96%-
XYZ42.7429.5858.72-
YUV151.74155.8168.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 201 (78.91% from 255) = 38.43%
R=39.96%
G=21.61%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911320100.460.040.1830551.0663.14
HexD171C902E412131333f
Octal3211613110564224616377
Binary11010001111000111001001010111010010010100110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D171C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D171C9; }

 p { color: rgb(209,113,201); }

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

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

 a { background-color: rgb(209,113,201); }

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

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

 span { border-color: rgb(209,113,201); }

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