#DA65EA

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

Shades of Orchid #DA65EA

Tints of Orchid #DA65EA

Color information

#DA65EA (or 0xDA65EA) is unknown color: approx Orchid. HEX triplet: DA, 65 and EA. RGB value is (218,101,234). Sum of RGB (Red+Green+Blue) = 218+101+234=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65EA is #259A15. Grayscale: #969696. Windows color (decimal): -2464278 or 15361498. OLE color: 15361498.

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

Color convert

RGB218101234-
CMYK0.070.5700.08
HSL292.78º76%65.69%-
HSV(B)292.78º56.84%91.76%-
XYZ48.4230.1581.11-
YUV151.14174.76175.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 101 (39.84% from 255) = 18.26%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=39.42%
G=18.26%
B=42.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181012340.070.5700.08292.787665.69
HexDA65EA739081254c42
Octal332145352771010445114102
Binary110110101100101111010101111110010100010010010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65EA; }

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

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

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

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

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

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

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

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