#D17ACE

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

Shades of Orchid #D17ACE

Tints of Orchid #D17ACE

Color information

#D17ACE (or 0xD17ACE) is unknown color: approx Orchid. HEX triplet: D1, 7A and CE. RGB value is (209,122,206). Sum of RGB (Red+Green+Blue) = 209+122+206=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ACE is #2E8531. Grayscale: #9D9D9D. Windows color (decimal): -3048754 or 13531857. OLE color: 13531857.

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

Color convert

RGB209122206-
CMYK00.420.010.18
HSL302.07º48.6%64.9%-
HSV(B)302.07º41.63%81.96%-
XYZ44.3931.9362.22-
YUV157.59155.32164.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 122 (48.05% from 255) = 22.72%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=38.92%
G=22.72%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912220600.420.010.18302.0748.664.9
HexD17ACE02A11212e3141
Octal32117231605212245661101
Binary1101000111110101100111001010101100101001011101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17ACE; }

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

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

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

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

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

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

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

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