#D173E5

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

Shades of Orchid #D173E5

Tints of Orchid #D173E5

Color information

#D173E5 (or 0xD173E5) is unknown color: approx Orchid. HEX triplet: D1, 73 and E5. RGB value is (209,115,229). Sum of RGB (Red+Green+Blue) = 209+115+229=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #D173E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173E5 is #2E8C1A. Grayscale: #9B9B9B. Windows color (decimal): -3050523 or 15037393. OLE color: 15037393.

HSL color Cylindrical-coordinate representation of color #D173E5: hue angle of 289.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D173E5 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209115229-
CMYK0.090.5000.10
HSL289.47º68.67%67.45%-
HSV(B)289.47º49.78%89.8%-
XYZ46.5731.4777.75-
YUV156.1169.14165.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=37.79%
G=20.80%
B=41.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091152290.090.5000.10289.4768.6767.45
HexD173E59320A1214543
Octal3211633451162012441105103
Binary1101000111100111110010110011100100101010010000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173E5; }

 p { color: rgb(209,115,229); }

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

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

 a { background-color: rgb(209,115,229); }

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

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

 span { border-color: rgb(209,115,229); }

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