#DA7EDB

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

Shades of Orchid #DA7EDB

Tints of Orchid #DA7EDB

Color information

#DA7EDB (or 0xDA7EDB) is unknown color: approx Orchid. HEX triplet: DA, 7E and DB. RGB value is (218,126,219). Sum of RGB (Red+Green+Blue) = 218+126+219=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EDB is #258124. Grayscale: #A3A3A3. Windows color (decimal): -2457893 or 14384858. OLE color: 14384858.

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

Color convert

RGB218126219-
CMYK0.000.4200.14
HSL299.35º56.36%67.65%-
HSV(B)299.35º42.47%85.88%-
XYZ49.1634.9471.17-
YUV164.11158.98166.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 126 (49.61% from 255) = 22.38%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=38.72%
G=22.38%
B=38.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181262190.000.4200.14299.3556.3667.65
HexDA7EDB02A0E12b3844
Octal33217633305201645370104
Binary110110101111110110110110101010011101001010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EDB; }

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

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

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

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

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

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

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

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