#DB7DE0

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

Shades of Orchid #DB7DE0

Tints of Orchid #DB7DE0

Color information

#DB7DE0 (or 0xDB7DE0) is unknown color: approx Orchid. HEX triplet: DB, 7D and E0. RGB value is (219,125,224). Sum of RGB (Red+Green+Blue) = 219+125+224=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DE0 is #24821F. Grayscale: #A4A4A4. Windows color (decimal): -2392608 or 14712283. OLE color: 14712283.

HSL color Cylindrical-coordinate representation of color #DB7DE0: hue angle of 296.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7DE0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219125224-
CMYK0.020.4400.12
HSL296.97º61.49%68.43%-
HSV(B)296.97º44.2%87.84%-
XYZ5035.1174.66-
YUV164.39161.64166.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=38.56%
G=22.01%
B=39.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191252240.020.4400.12296.9761.4968.43
HexDB7DE022C0C1293d44
Octal33317534025401445175104
Binary1101101111111011110000010101100011001001010011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DE0; }

 p { color: rgb(219,125,224); }

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

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

 a { background-color: rgb(219,125,224); }

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

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

 span { border-color: rgb(219,125,224); }

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