#D17AC0

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

Shades of Orchid #D17AC0

Tints of Orchid #D17AC0

Color information

#D17AC0 (or 0xD17AC0) is unknown color: approx Orchid. HEX triplet: D1, 7A and C0. RGB value is (209,122,192). Sum of RGB (Red+Green+Blue) = 209+122+192=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AC0 is #2E853F. Grayscale: #9B9B9B. Windows color (decimal): -3048768 or 12614353. OLE color: 12614353.

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

Color convert

RGB209122192-
CMYK00.420.080.18
HSL311.72º48.6%64.9%-
HSV(B)311.72º41.63%81.96%-
XYZ42.7731.2853.65-
YUV155.99148.32165.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=39.96%
G=23.33%
B=36.71%

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
Decimal20912219200.420.080.18311.7248.664.9
HexD17AC002A8121383141
Octal321172300052102247061101
Binary1101000111110101100000001010101000100101001110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17AC0; }

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

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

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

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

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

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

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

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