#DA67E9

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

Shades of Orchid #DA67E9

Tints of Orchid #DA67E9

Color information

#DA67E9 (or 0xDA67E9) is unknown color: approx Orchid. HEX triplet: DA, 67 and E9. RGB value is (218,103,233). Sum of RGB (Red+Green+Blue) = 218+103+233=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #DA67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA67E9 is #259816. Grayscale: #979797. Windows color (decimal): -2463767 or 15296474. OLE color: 15296474.

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

Color convert

RGB218103233-
CMYK0.060.5600.09
HSL293.08º74.71%65.88%-
HSV(B)293.08º55.79%91.37%-
XYZ48.4730.4980.42-
YUV152.21173.6174.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 103 (40.62% from 255) = 18.59%
BLUE value IS 233 (91.41% from 255) = 42.06%
R=39.35%
G=18.59%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181032330.060.5600.09293.0874.7165.88
HexDA67E9638091254b42
Octal332147351670011445113102
Binary110110101100111111010011101110000100110010010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA67E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA67E9; }

 p { color: rgb(218,103,233); }

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

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

 a { background-color: rgb(218,103,233); }

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

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

 span { border-color: rgb(218,103,233); }

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