#DA65DF

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

Shades of Orchid #DA65DF

Tints of Orchid #DA65DF

Color information

#DA65DF (or 0xDA65DF) is unknown color: approx Orchid. HEX triplet: DA, 65 and DF. RGB value is (218,101,223). Sum of RGB (Red+Green+Blue) = 218+101+223=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65DF is #259A20. Grayscale: #959595. Windows color (decimal): -2464289 or 14640602. OLE color: 14640602.

HSL color Cylindrical-coordinate representation of color #DA65DF: hue angle of 297.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA65DF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218101223-
CMYK0.020.5500.13
HSL297.54º65.59%63.53%-
HSV(B)297.54º54.71%87.45%-
XYZ46.8929.5473.04-
YUV149.89169.26176.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=40.22%
G=18.63%
B=41.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181012230.020.5500.13297.5465.5963.53
HexDA65DF2370D12a4240
Octal332145337267015452102100
Binary11011010110010111011111101101110110110010101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65DF; }

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

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

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

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

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

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

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

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