#DB68DE

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

Shades of Orchid #DB68DE

Tints of Orchid #DB68DE

Color information

#DB68DE (or 0xDB68DE) is unknown color: approx Orchid. HEX triplet: DB, 68 and DE. RGB value is (219,104,222). Sum of RGB (Red+Green+Blue) = 219+104+222=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68DE is #249721. Grayscale: #979797. Windows color (decimal): -2397986 or 14575835. OLE color: 14575835.

HSL color Cylindrical-coordinate representation of color #DB68DE: hue angle of 298.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68DE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219104222-
CMYK0.010.5300.13
HSL298.47º64.13%63.92%-
HSV(B)298.47º53.15%87.06%-
XYZ47.3530.2372.45-
YUV151.84167.6175.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=40.18%
G=19.08%
B=40.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191042220.010.5300.13298.4764.1363.92
HexDB68DE1350D12a4040
Octal333150336165015452100100
Binary1101101111010001101111011101010110110010101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB68DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB68DE; }

 p { color: rgb(219,104,222); }

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

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

 a { background-color: rgb(219,104,222); }

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

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

 span { border-color: rgb(219,104,222); }

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