#DB66EA

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

Shades of Orchid #DB66EA

Tints of Orchid #DB66EA

Color information

#DB66EA (or 0xDB66EA) is unknown color: approx Orchid. HEX triplet: DB, 66 and EA. RGB value is (219,102,234). Sum of RGB (Red+Green+Blue) = 219+102+234=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66EA is #249915. Grayscale: #979797. Windows color (decimal): -2398486 or 15361755. OLE color: 15361755.

HSL color Cylindrical-coordinate representation of color #DB66EA: hue angle of 293.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB66EA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219102234-
CMYK0.060.5600.08
HSL293.18º75.86%65.88%-
HSV(B)293.18º56.41%91.76%-
XYZ48.8230.581.16-
YUV152.03174.26175.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 102 (40.23% from 255) = 18.38%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=39.46%
G=18.38%
B=42.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191022340.060.5600.08293.1875.8665.88
HexDB66EA638081254c42
Octal333146352670010445114102
Binary110110111100110111010101101110000100010010010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66EA; }

 p { color: rgb(219,102,234); }

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

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

 a { background-color: rgb(219,102,234); }

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

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

 span { border-color: rgb(219,102,234); }

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