#D180DE

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

Shades of Orchid #D180DE

Tints of Orchid #D180DE

Color information

#D180DE (or 0xD180DE) is unknown color: approx Orchid. HEX triplet: D1, 80 and DE. RGB value is (209,128,222). Sum of RGB (Red+Green+Blue) = 209+128+222=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #D180DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DE is #2E7F21. Grayscale: #A2A2A2. Windows color (decimal): -3047202 or 14581969. OLE color: 14581969.

HSL color Cylindrical-coordinate representation of color #D180DE: hue angle of 291.7º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D180DE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209128222-
CMYK0.060.4200.13
HSL291.7º58.75%68.63%-
HSV(B)291.7º42.34%87.06%-
XYZ47.234.2773.23-
YUV162.94161.34160.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=37.39%
G=22.90%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091282220.060.4200.13291.758.7568.63
HexD180DE62A0D1243b45
Octal32120033665201544473105
Binary110100011000000011011110110101010011011001001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180DE; }

 p { color: rgb(209,128,222); }

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

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

 a { background-color: rgb(209,128,222); }

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

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

 span { border-color: rgb(209,128,222); }

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