#D57ECA

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

Shades of Orchid #D57ECA

Tints of Orchid #D57ECA

Color information

#D57ECA (or 0xD57ECA) is unknown color: approx Orchid. HEX triplet: D5, 7E and CA. RGB value is (213,126,202). Sum of RGB (Red+Green+Blue) = 213+126+202=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ECA is #2A8135. Grayscale: #A0A0A0. Windows color (decimal): -2785590 or 13270741. OLE color: 13270741.

HSL color Cylindrical-coordinate representation of color #D57ECA: hue angle of 307.59º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57ECA is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213126202-
CMYK00.410.050.16
HSL307.59º50.88%66.47%-
HSV(B)307.59º40.85%83.53%-
XYZ45.5633.3359.91-
YUV160.68151.32165.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=39.37%
G=23.29%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312620200.410.050.16307.5950.8866.47
HexD57ECA0295101343342
Octal32517631205152046463102
Binary110101011111110110010100101001101100001001101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ECA; }

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

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

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

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

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

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

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

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