#DA68E5

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

Shades of Orchid #DA68E5

Tints of Orchid #DA68E5

Color information

#DA68E5 (or 0xDA68E5) is unknown color: approx Orchid. HEX triplet: DA, 68 and E5. RGB value is (218,104,229). Sum of RGB (Red+Green+Blue) = 218+104+229=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68E5 is #25971A. Grayscale: #979797. Windows color (decimal): -2463515 or 15034586. OLE color: 15034586.

HSL color Cylindrical-coordinate representation of color #DA68E5: hue angle of 294.72º 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 #DA68E5 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218104229-
CMYK0.050.5500.10
HSL294.72º70.62%65.29%-
HSV(B)294.72º54.59%89.8%-
XYZ48.0130.4677.48-
YUV152.34171.27174.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 104 (41.02% from 255) = 18.87%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=39.56%
G=18.87%
B=41.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181042290.050.5500.10294.7270.6265.29
HexDA68E55370A1274741
Octal332150345567012447107101
Binary110110101101000111001011011101110101010010011110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA68E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA68E5; }

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

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

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

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

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

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

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

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