#DA66DA

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

Shades of Orchid #DA66DA

Tints of Orchid #DA66DA

Color information

#DA66DA (or 0xDA66DA) is unknown color: approx Orchid. HEX triplet: DA, 66 and DA. RGB value is (218,102,218). Sum of RGB (Red+Green+Blue) = 218+102+218=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66DA is #259925. Grayscale: #959595. Windows color (decimal): -2464038 or 14313178. OLE color: 14313178.

HSL color Cylindrical-coordinate representation of color #DA66DA: hue angle of 300º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66DA is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218102218-
CMYK00.5300.15
HSL300º61.05%62.75%-
HSV(B)300º53.21%85.49%-
XYZ46.3229.4769.58-
YUV149.91166.43176.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=40.52%
G=18.96%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810221800.5300.1530061.0562.75
HexDA66DA0350F12c3d3f
Octal3321463320650174547577
Binary11011010110011011011010011010101111100101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66DA; }

 p { color: rgb(218,102,218); }

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

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

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

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

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

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

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