#DA7ED8

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

Shades of Orchid #DA7ED8

Tints of Orchid #DA7ED8

Color information

#DA7ED8 (or 0xDA7ED8) is unknown color: approx Orchid. HEX triplet: DA, 7E and D8. RGB value is (218,126,216). Sum of RGB (Red+Green+Blue) = 218+126+216=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ED8 is #258127. Grayscale: #A3A3A3. Windows color (decimal): -2457896 or 14188250. OLE color: 14188250.

HSL color Cylindrical-coordinate representation of color #DA7ED8: hue angle of 301.3º 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 #DA7ED8 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218126216-
CMYK00.420.010.15
HSL301.3º55.42%67.45%-
HSV(B)301.3º42.2%85.49%-
XYZ48.7734.7969.11-
YUV163.77157.48166.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 126 (49.61% from 255) = 22.5%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=38.93%
G=22.5%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812621600.420.010.15301.355.4267.45
HexDA7ED802A1F12d3743
Octal33217633005211745567103
Binary110110101111110110110000101010111111001011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7ED8; }

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

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

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

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

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

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

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

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