#D17AC1

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

Shades of Orchid #D17AC1

Tints of Orchid #D17AC1

Color information

#D17AC1 (or 0xD17AC1) is unknown color: approx Orchid. HEX triplet: D1, 7A and C1. RGB value is (209,122,193). Sum of RGB (Red+Green+Blue) = 209+122+193=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AC1 is #2E853E. Grayscale: #9B9B9B. Windows color (decimal): -3048767 or 12679889. OLE color: 12679889.

HSL color Cylindrical-coordinate representation of color #D17AC1: hue angle of 311.03º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17AC1 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209122193-
CMYK00.420.080.18
HSL311.03º48.6%64.9%-
HSV(B)311.03º41.63%81.96%-
XYZ42.8831.3254.24-
YUV156.11148.82165.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=39.89%
G=23.28%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912219300.420.080.18311.0348.664.9
HexD17AC102A8121373141
Octal321172301052102246761101
Binary1101000111110101100000101010101000100101001101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17AC1; }

 p { color: rgb(209,122,193); }

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

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

 a { background-color: rgb(209,122,193); }

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

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

 span { border-color: rgb(209,122,193); }

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