#DA69EA

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

Shades of Orchid #DA69EA

Tints of Orchid #DA69EA

Color information

#DA69EA (or 0xDA69EA) is unknown color: approx Orchid. HEX triplet: DA, 69 and EA. RGB value is (218,105,234). Sum of RGB (Red+Green+Blue) = 218+105+234=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA69EA is #259615. Grayscale: #999999. Windows color (decimal): -2463254 or 15362522. OLE color: 15362522.

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

Color convert

RGB218105234-
CMYK0.070.5500.08
HSL292.56º75.44%66.47%-
HSV(B)292.56º55.13%91.76%-
XYZ48.8230.9581.24-
YUV153.49173.44174.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=39.14%
G=18.85%
B=42.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181052340.070.5500.08292.5675.4466.47
HexDA69EA737081254b42
Octal332151352767010445113102
Binary110110101101001111010101111101110100010010010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69EA; }

 p { color: rgb(218,105,234); }

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

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

 a { background-color: rgb(218,105,234); }

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

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

 span { border-color: rgb(218,105,234); }

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