#DB7ED7

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

Shades of Orchid #DB7ED7

Tints of Orchid #DB7ED7

Color information

#DB7ED7 (or 0xDB7ED7) is unknown color: approx Orchid. HEX triplet: DB, 7E and D7. RGB value is (219,126,215). Sum of RGB (Red+Green+Blue) = 219+126+215=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED7 is #248128. Grayscale: #A3A3A3. Windows color (decimal): -2392361 or 14122715. OLE color: 14122715.

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

Color convert

RGB219126215-
CMYK00.420.020.14
HSL302.58º56.36%67.65%-
HSV(B)302.58º42.47%85.88%-
XYZ48.9434.8968.44-
YUV163.95156.81167.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 126 (49.61% from 255) = 22.5%
BLUE value IS 215 (84.38% from 255) = 38.39%
R=39.11%
G=22.5%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912621500.420.020.14302.5856.3667.65
HexDB7ED702A2E12f3844
Octal33317632705221645770104
Binary1101101111111101101011101010101011101001011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7ED7; }

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

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

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

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

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

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

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

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