#DB68E5

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

Shades of Orchid #DB68E5

Tints of Orchid #DB68E5

Color information

#DB68E5 (or 0xDB68E5) is unknown color: approx Orchid. HEX triplet: DB, 68 and E5. RGB value is (219,104,229). Sum of RGB (Red+Green+Blue) = 219+104+229=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68E5 is #24971A. Grayscale: #989898. Windows color (decimal): -2397979 or 15034587. OLE color: 15034587.

HSL color Cylindrical-coordinate representation of color #DB68E5: hue angle of 295.2º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB68E5 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219104229-
CMYK0.040.5500.10
HSL295.2º70.62%65.29%-
HSV(B)295.2º54.59%89.8%-
XYZ48.3130.6277.49-
YUV152.64171.1175.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 104 (41.02% from 255) = 18.84%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=39.67%
G=18.84%
B=41.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191042290.040.5500.10295.270.6265.29
HexDB68E54370A1274741
Octal333150345467012447107101
Binary110110111101000111001011001101110101010010011110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB68E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB68E5; }

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

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

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

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

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

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

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

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