#DB71E7

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

Shades of Orchid #DB71E7

Tints of Orchid #DB71E7

Color information

#DB71E7 (or 0xDB71E7) is unknown color: approx Orchid. HEX triplet: DB, 71 and E7. RGB value is (219,113,231). Sum of RGB (Red+Green+Blue) = 219+113+231=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB71E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71E7 is #248E18. Grayscale: #9D9D9D. Windows color (decimal): -2395673 or 15167963. OLE color: 15167963.

HSL color Cylindrical-coordinate representation of color #DB71E7: hue angle of 293.9º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB71E7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219113231-
CMYK0.050.5100.09
HSL293.9º71.08%67.45%-
HSV(B)293.9º51.08%90.59%-
XYZ49.5432.6479.29-
YUV158.15169.12171.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=38.90%
G=20.07%
B=41.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191132310.050.5100.09293.971.0867.45
HexDB71E7533091264743
Octal333161347563011446107103
Binary110110111110001111001111011100110100110010011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB71E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB71E7; }

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

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

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

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

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

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

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

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