#DB7ECD

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

Shades of Orchid #DB7ECD

Tints of Orchid #DB7ECD

Color information

#DB7ECD (or 0xDB7ECD) is unknown color: approx Orchid. HEX triplet: DB, 7E and CD. RGB value is (219,126,205). Sum of RGB (Red+Green+Blue) = 219+126+205=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ECD is #248132. Grayscale: #A2A2A2. Windows color (decimal): -2392371 or 13467355. OLE color: 13467355.

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

Color convert

RGB219126205-
CMYK00.420.060.14
HSL309.03º56.36%67.65%-
HSV(B)309.03º42.47%85.88%-
XYZ47.6934.3961.88-
YUV162.81151.81168.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=39.82%
G=22.91%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912620500.420.060.14309.0356.3667.65
HexDB7ECD02A6E1353844
Octal33317631505261646570104
Binary11011011111111011001101010101011011101001101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7ECD; }

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

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

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

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

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

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

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

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