#D181E0

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

Shades of Orchid #D181E0

Tints of Orchid #D181E0

Color information

#D181E0 (or 0xD181E0) is unknown color: approx Orchid. HEX triplet: D1, 81 and E0. RGB value is (209,129,224). Sum of RGB (Red+Green+Blue) = 209+129+224=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #D181E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181E0 is #2E7E1F. Grayscale: #A3A3A3. Windows color (decimal): -3046944 or 14713297. OLE color: 14713297.

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

Color convert

RGB209129224-
CMYK0.070.4200.12
HSL290.53º60.51%69.22%-
HSV(B)290.53º42.41%87.84%-
XYZ47.634.6474.7-
YUV163.75162160.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=37.19%
G=22.95%
B=39.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091292240.070.4200.12290.5360.5169.22
HexD181E072A0C1233d45
Octal32120134075201444375105
Binary110100011000000111100000111101010011001001000111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181E0; }

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

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

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

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

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

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

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

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