#DB7ED1

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

Shades of Orchid #DB7ED1

Tints of Orchid #DB7ED1

Color information

#DB7ED1 (or 0xDB7ED1) is unknown color: approx Orchid. HEX triplet: DB, 7E and D1. RGB value is (219,126,209). Sum of RGB (Red+Green+Blue) = 219+126+209=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED1 is #24812E. Grayscale: #A3A3A3. Windows color (decimal): -2392367 or 13729499. OLE color: 13729499.

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

Color convert

RGB219126209-
CMYK00.420.050.14
HSL306.45º56.36%67.65%-
HSV(B)306.45º42.47%85.88%-
XYZ48.1834.5964.46-
YUV163.27153.81167.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=39.53%
G=22.74%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912620900.420.050.14306.4556.3667.65
HexDB7ED102A5E1323844
Octal33317632105251646270104
Binary11011011111111011010001010101010111101001100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7ED1; }

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

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

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

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

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

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

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

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