#D57EDB

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

Shades of Orchid #D57EDB

Tints of Orchid #D57EDB

Color information

#D57EDB (or 0xD57EDB) is unknown color: approx Orchid. HEX triplet: D5, 7E and DB. RGB value is (213,126,219). Sum of RGB (Red+Green+Blue) = 213+126+219=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D57EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EDB is #2A8124. Grayscale: #A2A2A2. Windows color (decimal): -2785573 or 14384853. OLE color: 14384853.

HSL color Cylindrical-coordinate representation of color #D57EDB: hue angle of 296.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57EDB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213126219-
CMYK0.030.4200.14
HSL296.13º56.36%67.65%-
HSV(B)296.13º42.47%85.88%-
XYZ47.6934.1871.1-
YUV162.62159.82163.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 126 (49.61% from 255) = 22.58%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=38.17%
G=22.58%
B=39.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131262190.030.4200.14296.1356.3667.65
HexD57EDB32A0E1283844
Octal32517633335201645070104
Binary1101010111111101101101111101010011101001010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EDB; }

 p { color: rgb(213,126,219); }

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

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

 a { background-color: rgb(213,126,219); }

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

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

 span { border-color: rgb(213,126,219); }

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