#D781E5

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

Shades of Orchid #D781E5

Tints of Orchid #D781E5

Color information

#D781E5 (or 0xD781E5) is unknown color: approx Orchid. HEX triplet: D7, 81 and E5. RGB value is (215,129,229). Sum of RGB (Red+Green+Blue) = 215+129+229=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #D781E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781E5 is #287E1A. Grayscale: #A5A5A5. Windows color (decimal): -2653723 or 15040983. OLE color: 15040983.

HSL color Cylindrical-coordinate representation of color #D781E5: hue angle of 291.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D781E5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB215129229-
CMYK0.060.4400.10
HSL291.6º65.79%70.2%-
HSV(B)291.6º43.67%89.8%-
XYZ50.0235.878.4-
YUV166.11163.49162.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 229 (89.84% from 255) = 39.97%
R=37.52%
G=22.51%
B=39.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151292290.060.4400.10291.665.7970.2
HexD781E562C0A1244246
Octal327201345654012444102106
Binary1101011110000001111001011101011000101010010010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781E5; }

 p { color: rgb(215,129,229); }

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

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

 a { background-color: rgb(215,129,229); }

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

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

 span { border-color: rgb(215,129,229); }

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