#DB64E4

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

Shades of Orchid #DB64E4

Tints of Orchid #DB64E4

Color information

#DB64E4 (or 0xDB64E4) is unknown color: approx Orchid. HEX triplet: DB, 64 and E4. RGB value is (219,100,228). Sum of RGB (Red+Green+Blue) = 219+100+228=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64E4 is #249B1B. Grayscale: #959595. Windows color (decimal): -2399004 or 14968027. OLE color: 14968027.

HSL color Cylindrical-coordinate representation of color #DB64E4: hue angle of 295.78º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB64E4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219100228-
CMYK0.040.5600.11
HSL295.78º70.33%64.31%-
HSV(B)295.78º56.14%89.41%-
XYZ47.7729.7876.63-
YUV150.17171.92177.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=40.04%
G=18.28%
B=41.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191002280.040.5600.11295.7870.3364.31
HexDB64E44380B1284640
Octal333144344470013450106100
Binary110110111100100111001001001110000101110010100010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB64E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB64E4; }

 p { color: rgb(219,100,228); }

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

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

 a { background-color: rgb(219,100,228); }

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

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

 span { border-color: rgb(219,100,228); }

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