#D171CD

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

Shades of Orchid #D171CD

Tints of Orchid #D171CD

Color information

#D171CD (or 0xD171CD) is unknown color: approx Orchid. HEX triplet: D1, 71 and CD. RGB value is (209,113,205). Sum of RGB (Red+Green+Blue) = 209+113+205=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CD is #2E8E32. Grayscale: #979797. Windows color (decimal): -3051059 or 13464017. OLE color: 13464017.

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

Color convert

RGB209113205-
CMYK00.460.020.18
HSL302.5º51.06%63.14%-
HSV(B)302.5º45.93%81.96%-
XYZ43.2229.7761.23-
YUV152.19157.8168.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=39.66%
G=21.44%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911320500.460.020.18302.551.0663.14
HexD171CD02E21212e333f
Octal3211613150562224566377
Binary1101000111100011100110101011101010010100101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D171CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D171CD; }

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

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

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

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

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

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

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

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