#db82d3

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

Shades of Orchid #DB82D3

Tints of Orchid #DB82D3

Color information

#DB82D3 (or 0xDB82D3) is unknown color: approx Orchid. HEX triplet: DB, 82 and D3. RGB value is (219,130,211). Sum of RGB (Red+Green+Blue) = 219+130+211=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D3 is #247D2C. Grayscale: #A5A5A5. Windows color (decimal): -2391341 or 13861595. OLE color: 13861595.

HSL color Cylindrical-coordinate representation of color #DB82D3: hue angle of 305.39º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82D3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219130211-
CMYK00.410.040.14
HSL305.39º55.28%68.43%-
HSV(B)305.39º40.64%85.88%-
XYZ48.9535.7365.94-
YUV165.84153.49165.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=39.11%
G=23.21%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913021100.410.040.14305.3955.2868.43
HexDB82D30294E1313744
Octal33320232305141646167104
Binary110110111000001011010011010100110011101001100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db82d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db82d3; }

 p { color: rgb(219,130,211); }

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

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

 a { background-color: rgb(219,130,211); }

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

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

 span { border-color: rgb(219,130,211); }

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