#DA7EC4

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

Shades of Orchid #DA7EC4

Tints of Orchid #DA7EC4

Color information

#DA7EC4 (or 0xDA7EC4) is unknown color: approx Orchid. HEX triplet: DA, 7E and C4. RGB value is (218,126,196). Sum of RGB (Red+Green+Blue) = 218+126+196=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC4 is #25813B. Grayscale: #A1A1A1. Windows color (decimal): -2457916 or 12877530. OLE color: 12877530.

HSL color Cylindrical-coordinate representation of color #DA7EC4: hue angle of 314.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7EC4 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218126196-
CMYK00.420.100.15
HSL314.35º55.42%67.45%-
HSV(B)314.35º42.2%85.49%-
XYZ46.3433.8156.31-
YUV161.49147.48168.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=40.37%
G=23.33%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812619600.420.100.15314.3555.4267.45
HexDA7EC402AAF13a3743
Octal332176304052121747267103
Binary110110101111110110001000101010101011111001110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EC4; }

 p { color: rgb(218,126,196); }

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

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

 a { background-color: rgb(218,126,196); }

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

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

 span { border-color: rgb(218,126,196); }

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