#DB71BE

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

Shades of Orchid #DB71BE

Tints of Orchid #DB71BE

Color information

#DB71BE (or 0xDB71BE) is unknown color: approx Orchid. HEX triplet: DB, 71 and BE. RGB value is (219,113,190). Sum of RGB (Red+Green+Blue) = 219+113+190=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71BE is #248E41. Grayscale: #999999. Windows color (decimal): -2395714 or 12480987. OLE color: 12480987.

HSL color Cylindrical-coordinate representation of color #DB71BE: hue angle of 316.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71BE is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219113190-
CMYK00.480.130.14
HSL316.42º59.55%65.1%-
HSV(B)316.42º48.4%85.88%-
XYZ44.4130.5952.28-
YUV153.47148.62174.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=41.95%
G=21.65%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911319000.480.130.14316.4259.5565.1
HexDB71BE030DE13c3c41
Octal333161276060151647474101
Binary110110111110001101111100110000110111101001111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB71BE; }

 p { color: rgb(219,113,190); }

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

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

 a { background-color: rgb(219,113,190); }

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

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

 span { border-color: rgb(219,113,190); }

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