#DB7ECA

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

Shades of Orchid #DB7ECA

Tints of Orchid #DB7ECA

Color information

#DB7ECA (or 0xDB7ECA) is unknown color: approx Orchid. HEX triplet: DB, 7E and CA. RGB value is (219,126,202). Sum of RGB (Red+Green+Blue) = 219+126+202=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ECA is #248135. Grayscale: #A2A2A2. Windows color (decimal): -2392374 or 13270747. OLE color: 13270747.

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

Color convert

RGB219126202-
CMYK00.420.080.14
HSL310.97º56.36%67.65%-
HSV(B)310.97º42.47%85.88%-
XYZ47.3334.2559.99-
YUV162.47150.31168.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=40.04%
G=23.03%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912620200.420.080.14310.9756.3667.65
HexDB7ECA02A8E1373844
Octal333176312052101646770104
Binary110110111111110110010100101010100011101001101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7ECA; }

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

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

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

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

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

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

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

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