#D180E0

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

Shades of Orchid #D180E0

Tints of Orchid #D180E0

Color information

#D180E0 (or 0xD180E0) is unknown color: approx Orchid. HEX triplet: D1, 80 and E0. RGB value is (209,128,224). Sum of RGB (Red+Green+Blue) = 209+128+224=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #D180E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180E0 is #2E7F1F. Grayscale: #A2A2A2. Windows color (decimal): -3047200 or 14713041. OLE color: 14713041.

HSL color Cylindrical-coordinate representation of color #D180E0: hue angle of 290.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D180E0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209128224-
CMYK0.070.4300.12
HSL290.62º60.76%69.02%-
HSV(B)290.62º42.86%87.84%-
XYZ47.4734.3874.65-
YUV163.16162.34160.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=37.25%
G=22.82%
B=39.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091282240.070.4300.12290.6260.7669.02
HexD180E072B0C1233d45
Octal32120034075301444375105
Binary110100011000000011100000111101011011001001000111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180E0; }

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

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

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

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

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

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

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

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