#DB69E9

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

Shades of Orchid #DB69E9

Tints of Orchid #DB69E9

Color information

#DB69E9 (or 0xDB69E9) is unknown color: approx Orchid. HEX triplet: DB, 69 and E9. RGB value is (219,105,233). Sum of RGB (Red+Green+Blue) = 219+105+233=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB69E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69E9 is #249616. Grayscale: #999999. Windows color (decimal): -2397719 or 15296987. OLE color: 15296987.

HSL color Cylindrical-coordinate representation of color #DB69E9: hue angle of 293.44º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB69E9 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219105233-
CMYK0.060.5500.09
HSL293.44º74.42%66.27%-
HSV(B)293.44º54.94%91.37%-
XYZ48.9731.0580.5-
YUV153.68172.77174.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 233 (91.41% from 255) = 41.83%
R=39.32%
G=18.85%
B=41.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191052330.060.5500.09293.4474.4266.27
HexDB69E9637091254a42
Octal333151351667011445112102
Binary110110111101001111010011101101110100110010010110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69E9; }

 p { color: rgb(219,105,233); }

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

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

 a { background-color: rgb(219,105,233); }

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

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

 span { border-color: rgb(219,105,233); }

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